summaryrefslogtreecommitdiff
path: root/io/mkdirat.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/mkdirat.c')
-rw-r--r--io/mkdirat.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/io/mkdirat.c b/io/mkdirat.c
index 7ba3145d1b..3d74b7e2c7 100644
--- a/io/mkdirat.c
+++ b/io/mkdirat.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
@@ -24,10 +24,7 @@
/* Create a directory named PATH relative to FD with protections MODE. */
int
-mkdirat (fd, path, mode)
- int fd;
- const char *path;
- mode_t mode;
+mkdirat (int fd, const char *path, mode_t mode)
{
if (path == NULL)
{