summaryrefslogtreecommitdiff
path: root/io/rmdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/rmdir.c')
-rw-r--r--io/rmdir.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/io/rmdir.c b/io/rmdir.c
index f4ad1662b5..c73dd702a4 100644
--- a/io/rmdir.c
+++ b/io/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 PATH. */
int
-__rmdir (path)
- const char *path;
+__rmdir (const char *path)
{
if (path == NULL)
{