diff options
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_stdio.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_stdio.h b/libc/sysdeps/linux/common/bits/uClibc_stdio.h index cc79fff9a..83ca2fb04 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_stdio.h +++ b/libc/sysdeps/linux/common/bits/uClibc_stdio.h @@ -106,11 +106,6 @@ typedef int __wchar_t; /* TODO: temporary, as not currently uClibc */ /* NOTE: for us it is currently _always_ 9 */ /*#define NL_ARGMAX 9*/ -/* TODO -- where should this go? */ -#ifndef O_LARGEFILE -#define O_LARGEFILE 0100000 -#endif - /**********************************************************************/ /* These are consistency checks on the different options */ |