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