Browse Source

Oops.. had left thread support forced on.

Manuel Novoa III 22 years ago
parent
commit
4b1902f742
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/common/bits/uClibc_stdio.h

+ 1 - 1
libc/sysdeps/linux/common/bits/uClibc_stdio.h

@@ -78,7 +78,7 @@ typedef int __wchar_t;			/* TODO: temporary, as not currently uClibc */
 
 /* For uClibc, these are currently handled above. */
 /*  #define __STDIO_LARGE_FILES */
-#define __STDIO_THREADSAFE
+/*  #define __STDIO_THREADSAFE */
 
 /* L mode extension for fopen. */
 #define __STDIO_FOPEN_LARGEFILE_MODE