mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
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:
@@ -3280,7 +3280,7 @@ the unblocked signal is ignored.
|
||||
<b>Function Prototype:</b>
|
||||
<pre>
|
||||
#include <signal.h>
|
||||
int sigqueue (int tid, int signo, const union sigval value);
|
||||
int sigqueue (int tid, int signo, union sigval value);
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user