diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2002-03-12 15:06:13 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-03-12 15:06:13 +0000 |
commit | 4b1902f742cd468586b8e27dea46fd054839b5c6 (patch) | |
tree | 88aa0bc753e3dd0c05367c4c91b808b60af40ea0 /libc/sysdeps/linux | |
parent | 0eccd99fb0ef62001bde22625dc74935f4bfc654 (diff) |
Oops.. had left thread support forced on.
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_stdio.h b/libc/sysdeps/linux/common/bits/uClibc_stdio.h index becb0fa33..cc79fff9a 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_stdio.h +++ b/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 |