summaryrefslogtreecommitdiff
path: root/io/dup.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/dup.c')
-rw-r--r--io/dup.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/io/dup.c b/io/dup.c
index a461a42f68..02969c0568 100644
--- a/io/dup.c
+++ b/io/dup.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
@@ -21,8 +21,7 @@
/* Duplicate FD, returning a new file descriptor open on the same file. */
int
-__dup (fd)
- int fd;
+__dup (int fd)
{
__set_errno (ENOSYS);
return -1;