]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/mkstemps.c
partition.h: Remove use of PARAMS.
[thirdparty/gcc.git] / libiberty / mkstemps.c
index 94edf78755b28ee446af08358075d664016913c0..5963f58baf4ed5f5455d2fd5a3e1252eda70f54f 100644 (file)
@@ -71,9 +71,7 @@ reading and writing.
 */
 
 int
-mkstemps (template, suffix_len)
-     char *template;
-     int suffix_len;
+mkstemps (char *template, int suffix_len)
 {
   static const char letters[]
     = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";