mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
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
|
@ -120,7 +120,7 @@ typedef uint32 sigset_t; /* Bit set of 32 signals */
|
|||
union sigval
|
||||
{
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue