summaryrefslogtreecommitdiff
path: root/misc/fsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fsync.c')
-rw-r--r--misc/fsync.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/fsync.c b/misc/fsync.c
index 05f3acfc0a..a6f1901c1c 100644
--- a/misc/fsync.c
+++ b/misc/fsync.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,8 +20,7 @@
/* Make all changes done to FD actually appear on disk. */
int
-fsync (fd)
- int fd;
+fsync (int fd)
{
__set_errno (ENOSYS);
return -1;