diff options
Diffstat (limited to 'sysdeps/pthread/funlockfile.c')
-rw-r--r-- | sysdeps/pthread/funlockfile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/pthread/funlockfile.c b/sysdeps/pthread/funlockfile.c index d33f7b0a56..f9c7ec81c1 100644 --- a/sysdeps/pthread/funlockfile.c +++ b/sysdeps/pthread/funlockfile.c @@ -23,8 +23,7 @@ void -__funlockfile (stream) - FILE *stream; +__funlockfile (FILE *stream) { _IO_lock_unlock (*stream->_lock); } |