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