aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/fsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/fsync.c')
-rw-r--r--sysdeps/mach/hurd/fsync.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/fsync.c b/sysdeps/mach/hurd/fsync.c
index 49fca8d..04ce729 100644
--- a/sysdeps/mach/hurd/fsync.c
+++ b/sysdeps/mach/hurd/fsync.c
@@ -22,8 +22,7 @@
/* Make all changes done to FD actually appear on disk. */
int
-fsync (fd)
- int fd;
+fsync (int fd)
{
error_t err = HURD_DPORT_USE (fd, __file_sync (port, 1, 0));
if (err)