summaryrefslogtreecommitdiff
path: root/posix/setuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/setuid.c')
-rw-r--r--posix/setuid.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/posix/setuid.c b/posix/setuid.c
index 794eb02508..e8b0f255a7 100644
--- a/posix/setuid.c
+++ b/posix/setuid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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
@@ -24,8 +24,7 @@
and effective user IDs, and the saved set-user-ID to UID;
if not, the effective user ID is set to UID. */
int
-__setuid (uid)
- uid_t uid;
+__setuid (uid_t uid)
{
__set_errno (ENOSYS);
return -1;