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
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ typedef uint32 sigset_t; /* Bit set of 32 signals */
|
|||
|
||||
union sigval
|
||||
{
|
||||
int sival_int; /* Integer value */
|
||||
void *sival_ptr; /* Pointer value */
|
||||
int sival_int; /* Integer value */
|
||||
FAR void *sival_ptr; /* Pointer value */
|
||||
};
|
||||
|
||||
/* This structure contains elements that define a queue signal. The following is
|
||||
|
|
Loading…
Reference in a new issue