]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/mkstemps64.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / misc / mkstemps64.c
index dd786f13aba130250bbeb26ff91d76edfc072827..210f4952461365f2f079542bfde2cb60290f9fc5 100644 (file)
@@ -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)
     {