#include "stddef.h" #include "sys/types.h" #include #include "nonstd/syscall.h" uid_t getuid(void) { SCNOFAIL(); } /* POSIX(1) */