diff options
Diffstat (limited to 'io/flock.c')
-rw-r--r-- | io/flock.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/io/flock.c b/io/flock.c index fc999ade77..084c1234a3 100644 --- a/io/flock.c +++ b/io/flock.c @@ -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; |