mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 13:08:26 +00:00
Add FAR to sigdeliver_t
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1493 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
db5679f13d
commit
364e4ac100
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ typedef enum tstate_e tstate_t;
|
|||
|
||||
/* The following is the form of a thread start-up function */
|
||||
|
||||
typedef void (*start_t)(void);
|
||||
typedef FAR void (*start_t)(void);
|
||||
|
||||
/* This is the entry point into the main thread of the task
|
||||
* or into a created pthread within the task.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue