diff options
Diffstat (limited to 'sysdeps/pthread/ftrylockfile.c')
-rw-r--r-- | sysdeps/pthread/ftrylockfile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/pthread/ftrylockfile.c b/sysdeps/pthread/ftrylockfile.c index 9ee0839882..3d6ce10039 100644 --- a/sysdeps/pthread/ftrylockfile.c +++ b/sysdeps/pthread/ftrylockfile.c @@ -23,8 +23,7 @@ int -__ftrylockfile (stream) - FILE *stream; +__ftrylockfile (FILE *stream) { return _IO_lock_trylock (*stream->_lock); } |