summaryrefslogtreecommitdiff
path: root/io/unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/unlink.c')
-rw-r--r--io/unlink.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/io/unlink.c b/io/unlink.c
index 65ec5c66ca..5dbcf92874 100644
--- a/io/unlink.c
+++ b/io/unlink.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 link named NAME. */
int
-__unlink (name)
- const char *name;
+__unlink (const char *name)
{
if (name == NULL)
{