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