mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user