about summary refs log tree commit diff
path: root/src/stdio/flockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/flockfile.c')
-rw-r--r--src/stdio/flockfile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdio/flockfile.c b/src/stdio/flockfile.c
index 6806cf8b..8e220651 100644
--- a/src/stdio/flockfile.c
+++ b/src/stdio/flockfile.c
@@ -1,8 +1,6 @@
 #include "stdio_impl.h"
 #include "pthread_impl.h"
 
-void __register_locked_file(FILE *, pthread_t);
-
 void flockfile(FILE *f)
 {
 	if (!ftrylockfile(f)) return;