aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/getuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/getuid.c')
-rw-r--r--sysdeps/mach/hurd/getuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/getuid.c b/sysdeps/mach/hurd/getuid.c
index fa9e2f8..6d9a707 100644
--- a/sysdeps/mach/hurd/getuid.c
+++ b/sysdeps/mach/hurd/getuid.c
@@ -22,7 +22,7 @@
/* Get the real user ID of the calling process. */
uid_t
-__getuid ()
+__getuid (void)
{
error_t err;
uid_t uid;