]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/iofputs_u.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / libio / iofputs_u.c
index f823686d5b3dbff69d599e543f4656491cf3843c..4dc3e3c6399ee6aff9380f9203e95bc395d1b0c0 100644 (file)
@@ -29,9 +29,7 @@
 #include <string.h>
 
 int
-__fputs_unlocked (str, fp)
-      const char *str;
-      _IO_FILE *fp;
+__fputs_unlocked (const char *str, _IO_FILE *fp)
 {
   _IO_size_t len = strlen (str);
   int result = EOF;