summaryrefslogtreecommitdiff
path: root/misc/seteuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/seteuid.c')
-rw-r--r--misc/seteuid.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/seteuid.c b/misc/seteuid.c
index af92bcdb8c..e6c53b6882 100644
--- a/misc/seteuid.c
+++ b/misc/seteuid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -20,8 +20,7 @@
/* Set the effective user ID of the calling process to UID. */
int
-seteuid (uid)
- __uid_t uid;
+seteuid (__uid_t uid)
{
__set_errno (ENOSYS);
return -1;