diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2002-03-12 19:17:50 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-03-12 19:17:50 +0000 |
commit | f2f500d61c071f14ad4eb0605482e62b8aec2b31 (patch) | |
tree | b10100f4867463e8094e47adc2088b20b7e3ac28 /libc/sysdeps/linux | |
parent | b6d85765b07a3e843253b6be02d82947842af9d2 (diff) |
Fix another O_LARGEFILE bug. Also, I forget to make floating point optional
in the new printf code.
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 */ |