summaryrefslogtreecommitdiff
path: root/io/fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/fcntl.c')
-rw-r--r--io/fcntl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/io/fcntl.c b/io/fcntl.c
index 5b1156d301..996a0d5863 100644
--- a/io/fcntl.c
+++ b/io/fcntl.c
@@ -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)
{