]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/link.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / io / link.c
index b43f5eb2a8ab1a1ed3e9303ef7d0a3f977de21a1..ee34962ab3795937f33c51c131dc3e4c4f04d9d5 100644 (file)
--- a/io/link.c
+++ b/io/link.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997 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
@@ -22,9 +22,7 @@
 
 /* Make a link to FROM called TO.  */
 int
-__link (from, to)
-     const char *from;
-     const char *to;
+__link (const char *from, const char *to)
 {
   if (from == NULL || to == NULL)
     {