incubator-nuttx/libc/signal
Gregory Nutt b54ffe858a Standardization of some function headers. 2018-03-13 09:52:27 -06:00
..
Make.defs libc/signal: Add support for sigwait(). 2017-11-11 12:37:47 -06:00
sig_addset.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_delset.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_emptyset.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_fillset.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_hold.c Add sighold(), sigrelse(), sigignore(), and sigpause(). 2015-04-09 08:07:09 -06:00
sig_ignore.c Remove executable flag from some C files 2015-04-09 08:15:02 -06:00
sig_ismember.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_pause.c Remove executable flag from some C files 2015-04-09 08:15:02 -06:00
sig_raise.c Add sig_raise() 2016-07-04 09:32:36 -06:00
sig_relse.c 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
sig_set.c 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
signal.c 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
sigwait.c libc/signal: Add support for sigwait(). 2017-11-11 12:37:47 -06:00