summaryrefslogtreecommitdiff
path: root/src/stdio/funlockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/funlockfile.c')
-rw-r--r--src/stdio/funlockfile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdio/funlockfile.c b/src/stdio/funlockfile.c
index 30a07ef4..44d8b0df 100644
--- a/src/stdio/funlockfile.c
+++ b/src/stdio/funlockfile.c
@@ -1,8 +1,6 @@
#include "stdio_impl.h"
#include "pthread_impl.h"
-void __unlist_locked_file(FILE *);
-
void funlockfile(FILE *f)
{
if (f->lockcount == 1) {