summaryrefslogtreecommitdiff
path: root/io/unlinkat.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/unlinkat.c')
-rw-r--r--io/unlinkat.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/io/unlinkat.c b/io/unlinkat.c
index 9122d73c41..a5ecc0dce1 100644
--- a/io/unlinkat.c
+++ b/io/unlinkat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2005-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
@@ -23,10 +23,7 @@
/* Remove the link named NAME. */
int
-unlinkat (fd, name, flag)
- int fd;
- const char *name;
- int flag;
+unlinkat (int fd, const char *name, int flag)
{
if (name == NULL || (flag & AT_REMOVEDIR) != 0)
{