Passing union parms as const upsets ZDS-II compiler
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@547 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
b0a2584e1c
commit
409fbdcca3
@ -3280,7 +3280,7 @@ the unblocked signal is ignored.
|
|||||||
<b>Function Prototype:</b>
|
<b>Function Prototype:</b>
|
||||||
<pre>
|
<pre>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
int sigqueue (int tid, int signo, const union sigval value);
|
int sigqueue (int tid, int signo, union sigval value);
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user