From f2f500d61c071f14ad4eb0605482e62b8aec2b31 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Tue, 12 Mar 2002 19:17:50 +0000 Subject: Fix another O_LARGEFILE bug. Also, I forget to make floating point optional in the new printf code. --- libc/sysdeps/linux/common/bits/uClibc_stdio.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libc/sysdeps/linux/common/bits/uClibc_stdio.h') 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 */ -- cgit v1.2.3