summaryrefslogtreecommitdiff
path: root/io/flock.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/flock.c')
-rw-r--r--io/flock.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/io/flock.c b/io/flock.c
index fc999ade77..0f6d8e04be 100644
--- a/io/flock.c
+++ b/io/flock.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
@@ -21,9 +21,7 @@
/* Apply or remove an advisory lock, according to OPERATION,
on the file FD refers to. */
int
-__flock (fd, operation)
- int fd;
- int operation;
+__flock (int fd, int operation)
{
__set_errno (ENOSYS);
return -1;