aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread/flockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/flockfile.c')
-rw-r--r--sysdeps/pthread/flockfile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/pthread/flockfile.c b/sysdeps/pthread/flockfile.c
index 3894656..ee04d39 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);
}