diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-05 21:23:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-05 21:23:04 +0000 |
commit | c1dea5f3659f1bb610c3c58a620a8fb066ad3ef9 (patch) | |
tree | 0d42af1e75a137c3b89950c163ed483400e5e062 /libc/stdio/stdio.c | |
parent | 36206aa4445180a16816c0b11eb80cc75c70c86c (diff) |
For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe."
comment as an mjn3 only item.
Diffstat (limited to 'libc/stdio/stdio.c')
-rw-r--r-- | libc/stdio/stdio.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |