Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 546272
Collapse All | Expand All

(-)a/sysdep1.h0 (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
#ifdef __linux__
11
#ifdef __linux__
12
#define USE_LARGEFILE
12
#define USE_LARGEFILE
13
#define OFF_T __off64_t
13
#define OFF_T off64_t
14
#endif
14
#endif
15
15
16
#ifdef _AIX43
16
#ifdef _AIX43
(-)a/uninit.c (-1 / +1 lines)
Lines 231-237 Link Here
231
	}
231
	}
232
#endif /* mips */
232
#endif /* mips */
233
233
234
#ifdef __linux__
234
#ifdef __GLIBC__
235
#define IEEE0_done
235
#define IEEE0_done
236
#include "fpu_control.h"
236
#include "fpu_control.h"
237
237

Return to bug 546272