summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/flock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/flock.c')
-rw-r--r--sysdeps/mach/hurd/flock.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/flock.c b/sysdeps/mach/hurd/flock.c
index 7c716e9da4..f552b855bd 100644
--- a/sysdeps/mach/hurd/flock.c
+++ b/sysdeps/mach/hurd/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
@@ -23,9 +23,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)
{
error_t err;