From c1dea5f3659f1bb610c3c58a620a8fb066ad3ef9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Nov 2002 21:23:04 +0000 Subject: For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe." comment as an mjn3 only item. --- libc/stdio/stdio.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/stdio') diff --git a/libc/stdio/stdio.c b/libc/stdio/stdio.c index f75011aec..8b9b3167c 100644 --- a/libc/stdio/stdio.c +++ b/libc/stdio/stdio.c @@ -1039,7 +1039,9 @@ void _flushlbf(void) * be to change to user locking immediately after opening the stream. */ +#ifdef __UCLIBC_MJN3_ONLY__ link_warning(__fsetlocking, "Oddly enough, __fsetlocking() is NOT threadsafe.") +#endif int __fsetlocking(FILE *stream, int locking_mode) { -- cgit v1.2.3