]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/mkstemps64.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / misc / mkstemps64.c
index dd786f13aba130250bbeb26ff91d76edfc072827..93b7adbea3b1e22c0c7b50b102178ca9a8ca1219 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2000-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
@@ -28,9 +28,7 @@
    "XXXXXX"; they are replaced with a string that makes the filename
    unique.  Then open the file and return a fd. */
 int
-mkstemps64 (template, suffixlen)
-     char *template;
-     int suffixlen;
+mkstemps64 (char *template, int suffixlen)
 {
   if (suffixlen < 0)
     {