add and consolidate nasty stdio_ext junk
[oweals/musl.git] / src / unistd / geteuid.c
index 39d6ac7becd66c8b6df915aae125a085d3f1e5b3..88f2cd538252b679b56ae4af475e0ea89b11c204 100644 (file)
@@ -3,5 +3,5 @@
 
 uid_t geteuid(void)
 {
-       return syscall0(__NR_geteuid32);
+       return __syscall(SYS_geteuid);
 }