History log of /seL4-test-master/projects/musllibc/include/syscall.h
Revision Date Author Comments
# 57d5fff5 15-Jun-2012 Rich Felker <dalias@aerifal.cx>

header file fixes: multiple include guard consistency and correctness

one file was reusing another file's macro name, and many had
inconsistent underscores and application of SYS prefix, etc.

patch by Szabolcs Nagy (nsz)


# 4ce6766a 29-Feb-2012 Rich Felker <dalias@aerifal.cx>

add <syscall.h> as an alias for <sys/syscall.h>

apparently some broken stuff (libstdc++) needs this.