History log of /seL4-refos-master/libs/libmuslc/src/signal/sigset.c
Revision Date Author Comments
# 2af3006b 29-Jun-2019 Samuel Holland <samuel@sholland.org>

musllibc: fix restrict violation warnings

Cherry-picking commit e0eee3ceefd550724058ffbdf878e9eb06e18f18 from
musllibc mainline. Original comment: The old/new parameters to
pthread_sigmask, sigprocmask, and setitimer are marked restrict, so
passing the same address to both is prohibited. Modify callers of
these functions to use a separate object for each argument.

Signed-off-by: Axel Heider <axelheider@gmx.de>


# a7dbcf5c 13-Dec-2013 Rich Felker <dalias@aerifal.cx>

use 0 instead of NULL for null pointer constants

and thereby remove otherwise-unnecessary inclusion of stddef.h


# 57174444 11-Dec-2013 Szabolcs Nagy <nsz@port70.net>

include cleanups: remove unused headers and add feature test macros


# 0b44a031 11-Feb-2011 Rich Felker <dalias@aerifal.cx>

initial check-in, version 0.5.0