summaryrefslogtreecommitdiff
path: root/stdio-common/remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/remove.c')
-rw-r--r--stdio-common/remove.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/stdio-common/remove.c b/stdio-common/remove.c
index c1815b8dc0..7bbe476585 100644
--- a/stdio-common/remove.c
+++ b/stdio-common/remove.c
@@ -1,5 +1,5 @@
/* ANSI C `remove' function to delete a file or directory. Stub version.
- Copyright (C) 1995-2015 Free Software Foundation, Inc.
+ Copyright (C) 1995-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 @@
#include <stdio.h>
int
-remove (file)
- const char *file;
+remove (const char *file)
{
__set_errno (ENOSYS);
return -1;