Skip to content
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment