Browse Source

For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe."
comment as an mjn3 only item.

Eric Andersen 21 years ago
parent
commit
c1dea5f365
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libc/stdio/stdio.c

+ 2 - 0
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)
 {