summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/rmdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/rmdir.c')
-rw-r--r--sysdeps/mach/hurd/rmdir.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/rmdir.c b/sysdeps/mach/hurd/rmdir.c
index f1ac498a10..58875ee819 100644
--- a/sysdeps/mach/hurd/rmdir.c
+++ b/sysdeps/mach/hurd/rmdir.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
@@ -22,8 +22,7 @@
/* Remove the directory FILE_NAME. */
int
-__rmdir (file_name)
- const char *file_name;
+__rmdir (const char *file_name)
{
error_t err;
const char *name;