]> sourceware.org Git - glibc.git/blobdiff - sysdeps/pthread/flockfile.c
Convert 231 sysdeps function definitions to prototype style.
[glibc.git] / sysdeps / pthread / flockfile.c
index 3894656747fb8f94b9ecdec50542626cec742d85..ee04d39fd862b63f4084f31d0e0b8817de4470c7 100644 (file)
@@ -23,8 +23,7 @@
 
 
 void
-__flockfile (stream)
-     FILE *stream;
+__flockfile (FILE *stream)
 {
   _IO_lock_lock (*stream->_lock);
 }
This page took 0.02538 seconds and 5 git commands to generate.