summaryrefslogtreecommitdiff
path: root/io/fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/fcntl.c')
-rw-r--r--io/fcntl.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/io/fcntl.c b/io/fcntl.c
index 5b1156d301..e540942c69 100644
--- a/io/fcntl.c
+++ b/io/fcntl.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
@@ -20,9 +20,7 @@
/* Perform file control operations on FD. */
int
-__fcntl (fd, cmd)
- int fd;
- int cmd;
+__fcntl (int fd, int cmd, ...)
{
if (fd < 0)
{