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