History log of /seL4-test-master/projects/musllibc/src/signal/sigandset.c
Revision Date Author Comments
# 3500555d 07-Jan-2014 Rich Felker <dalias@aerifal.cx>

fix const-correctness in sigandset/sigorset arguments

this change is consistent with the corresponding glibc functions and
is semantically const-correct. the incorrect argument types without
const seem to have been taken from erroneous man pages.


# 6bffcc23 06-Dec-2012 rofl0r <retnyg@gmx.net>

fix sigorset/sigandset: _NSIG/8 is the size in bytes


# 30d2c1f5 06-Dec-2012 rofl0r <retnyg@gmx.net>

sigandset/sigorset: do not check for NULL pointers.

that way it's consistent with existing sig* functions, and saves
some code size.


# 4ab26cc3 06-Dec-2012 rofl0r <retnyg@gmx.net>

fixup sigandset


# a1990e1e 06-Dec-2012 rofl0r <retnyg@gmx.net>

add sigandset and sigorset (needed for qemu)