|
@@ -97,8 +97,6 @@ int fflush_unlocked(register FILE *stream)
|
|
while(stream) {
|
|
while(stream) {
|
|
|
|
|
|
* block trying to obtain mutexes on non-writing streams. */
|
|
* block trying to obtain mutexes on non-writing streams. */
|
|
-#warning fix for nonatomic
|
|
|
|
-#warning unnecessary check if no threads
|
|
|
|
if (__STDIO_STREAM_IS_WRITING(stream)) {
|
|
if (__STDIO_STREAM_IS_WRITING(stream)) {
|
|
__MY_STDIO_THREADLOCK(stream);
|
|
__MY_STDIO_THREADLOCK(stream);
|
|
|
|
|