git: sigaltstack(2): Bring it closer to POSIX.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Jun 1 12:08:24 PDT 2013
commit 3b6dbd26f398ed049b14b809f77f2a5f0e3cf226
Author: Sascha Wildner <saw at online.de>
Date: Sat Jun 1 21:05:30 2013 +0200
sigaltstack(2): Bring it closer to POSIX.
POSIX says that sigaltstack() shall return EINVAL if the "ss argument
is not a null pointer, and the ss_flags member pointed to by ss contains
flags other than SS_DISABLE".
Summary of changes:
lib/libc/sys/sigaltstack.2 | 12 ++++++++++--
sys/kern/kern_sig.c | 2 ++
2 files changed, 12 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3b6dbd26f398ed049b14b809f77f2a5f0e3cf226
--
DragonFly BSD source repository
More information about the Commits
mailing list