musl/include/sys/fsuid.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 linux setfs[ug]id syscall wrappers2012年01月29日T02:09:50+00:00Rich Felkerdalias@aerifal.cx2012年01月29日T02:09:50+00:004619901ec4b82d233a24e26ef3df01ddadc2d013
patch by Jeremy Huntwork