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:
patacongo 2009-02-14 01:11:14 +00:00
parent db5679f13d
commit 364e4ac100

View File

@ -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.