Gregory Nutt
|
a83aef4763
|
Fix some problems in the previous commits: Forgot to update sigset() after change to prototype. Also there was a stray semicolon in the change signal().
|
2017-10-08 09:22:00 -06:00 |
Gregory Nutt
|
2e49111a17
|
Fix an error in a DEBUG assertion
|
2016-04-11 09:07:23 -06:00 |
Gregory Nutt
|
6653c5cbf3
|
Signals: Correct implementation of sigset(). It is not just signal() with a different name; it has some additional signal mask handling functionality
|
2016-04-11 09:04:54 -06:00 |
Gregory Nutt
|
28a4ca6713
|
libc/signal and include/signal.h: Rename sigset() to signal(). sigset() is the System V function; signal() is the obsoleted POSIX name. These seem to be equivalent. Neither are relevant in modern POSIX programming but the name signal() probably has better credentials. sigset() is now relegated to a #define in signal.h that makes it equivalent to signal().
|
2016-04-10 14:35:45 -06:00 |
Kha Vo
|
bb09dc30a4
|
sigset: Fix an IAR compilation problem
|
2016-04-03 13:58:49 -06:00 |
Gregory Nutt
|
0b12dbf95d
|
Fix some spacing problems
|
2015-10-04 15:04:00 -06:00 |
Gregory Nutt
|
3840c2a14b
|
Fix several typos in comments
|
2015-04-09 16:13:03 -06:00 |
Gregory Nutt
|
81703e6fad
|
Add sigset()
|
2015-04-09 10:16:35 -06:00 |