OSDN Git Service

For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe."
authorEric Andersen <andersen@codepoet.org>
Tue, 5 Nov 2002 21:23:04 +0000 (21:23 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 5 Nov 2002 21:23:04 +0000 (21:23 -0000)
comment as an mjn3 only item.

libc/stdio/stdio.c

index f75011a..8b9b316 100644 (file)
@@ -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)
 {