Skip to content
Snippets Groups Projects
Commit 4810499d authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Squashed commit of the following:

    Replace all calls to sigqueue() in the OS proper with calls to nxsig_queue() to avoid accessing the errno variable.

    sched/signal:  Add nxsig_queue() which is functionally equivalent to sigqueue() except that it does not modify the errno variable.
parent 2318f895
No related branches found
No related tags found
No related merge requests found
Showing
with 216 additions and 108 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment