Add FAR to pointer
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1353 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
083d790f0c
commit
014abe3f46
@ -120,7 +120,7 @@ typedef uint32 sigset_t; /* Bit set of 32 signals */
|
|||||||
union sigval
|
union sigval
|
||||||
{
|
{
|
||||||
int sival_int; /* Integer value */
|
int sival_int; /* Integer value */
|
||||||
void *sival_ptr; /* Pointer value */
|
FAR void *sival_ptr; /* Pointer value */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* This structure contains elements that define a queue signal. The following is
|
/* This structure contains elements that define a queue signal. The following is
|
||||||
|
Loading…
Reference in New Issue
Block a user