]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/iofsetpos.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / libio / iofsetpos.c
index 21cc2f73e75235ef51717fd6ca68433c172a62d7..ab031d1e1156ed5e7af5b6a6714b59067c21942c 100644 (file)
@@ -39,9 +39,7 @@
 #include <shlib-compat.h>
 
 int
-_IO_new_fsetpos (fp, posp)
-     _IO_FILE *fp;
-     const _IO_fpos_t *posp;
+_IO_new_fsetpos (_IO_FILE *fp, const _IO_fpos_t *posp)
 {
   int result;
   CHECK_FILE (fp, EOF);