]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/mkfifo.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / io / mkfifo.c
index fddd6c97b8a8e3b75b07d280e0c6bfc70c0b4908..c68de47393eb3340609af47a9174e55b42f55a80 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2019 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,9 +23,7 @@
 
 /* Create a named pipe (FIFO) named PATH with protections MODE.  */
 int
-mkfifo (path, mode)
-     const char *path;
-     mode_t mode;
+mkfifo (const char *path, mode_t mode)
 {
   if (path == NULL)
     {