]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/tempname.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / stdio-common / tempname.c
index 32a91b03082ca32ec350d0afa419fe05da386f8b..4aef3bc24176d7a37222c77ab4db0be122e0468e 100644 (file)
@@ -46,11 +46,7 @@ stub_warning (__path_search)
  */
 
 int
-__gen_tempname (tmpl, suffixlen, flags, kind)
-     char *tmpl;
-     int suffixlen;
-     int flags;
-     int kind;
+__gen_tempname (char *tmpl, int suffixlen, int flags, int kind)
 {
   __set_errno (ENOSYS);
   return -1;