d633c9bf8c
Replace all calls to sigprocmask() in the OS proper with calls to nxsig_procmask(). sched/signal: Add internal OS interface nxsig_procmask(). This internal interface is equivalent to the standard sigprocmask() used by applications except that it does not modify the errno value. Also fixes a problem in that the original sigprocmask() was not setting the errno. |
||
---|---|---|
.. | ||
libbuiltin | ||
libelf | ||
libnxflat | ||
libpcode | ||
.gitignore | ||
binfmt_copyargv.c | ||
binfmt_dumpmodule.c | ||
binfmt_exec.c | ||
binfmt_execmodule.c | ||
binfmt_execsymtab.c | ||
binfmt_exepath.c | ||
binfmt_globals.c | ||
binfmt_loadmodule.c | ||
binfmt_register.c | ||
binfmt_schedunload.c | ||
binfmt_unloadmodule.c | ||
binfmt_unregister.c | ||
binfmt.h | ||
builtin.c | ||
elf.c | ||
Kconfig | ||
Makefile | ||
nxflat.c | ||
pcode.c |