musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio')
-rw-r--r--src/stdio/flockfile.c 2
-rw-r--r--src/stdio/funlockfile.c 2
2 files changed, 0 insertions, 4 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;
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) {
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月02日 01:34:42 +0000

AltStyle によって変換されたページ (->オリジナル) /