musl/include/syscall.h, branch mastermusl - an implementation of the standard library for Linux-based systemsheader file fixes: multiple include guard consistency and correctness2012年06月16日T01:52:53+00:00Rich Felkerdalias@aerifal.cx2012年06月16日T01:52:53+00:0057d5fff5f7dd9af27152c84ce041c18597a22766
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)
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)
add <syscall.h> as an alias for <sys/syscall.h>2012年03月01日T03:36:06+00:00Rich Felkerdalias@aerifal.cx2012年03月01日T03:36:06+00:004ce6766a3264b1ee5bf4056a0685b06939938247
apparently some broken stuff (libstdc++) needs this.
apparently some broken stuff (libstdc++) needs this.