diff options
Diffstat (limited to 'posix/geteuid.c')
-rw-r--r-- | posix/geteuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/geteuid.c b/posix/geteuid.c index 566db40b0d..c7af13f81e 100644 --- a/posix/geteuid.c +++ b/posix/geteuid.c @@ -21,7 +21,7 @@ /* Get the effective user ID of the calling process. */ __uid_t -__geteuid () +__geteuid (void) { __set_errno (ENOSYS); return -1; |