소스 검색

Oops.. had left thread support forced on.

Manuel Novoa III 23 년 전
부모
커밋
4b1902f742
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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