From 8350c7e88273644e42322bd0e1007b9df3dc9def Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 13 Mar 2011 21:48:22 +0100 Subject: change __HAVE_FPU__ to __UCLIBC_HAS_FPU__ add features.h where necessary Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/nios2/bits/setjmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/nios2/bits') diff --git a/libc/sysdeps/linux/nios2/bits/setjmp.h b/libc/sysdeps/linux/nios2/bits/setjmp.h index 4985191d6..1773de7dd 100644 --- a/libc/sysdeps/linux/nios2/bits/setjmp.h +++ b/libc/sysdeps/linux/nios2/bits/setjmp.h @@ -42,7 +42,7 @@ typedef struct unsigned long __gp; /* floating point regs, if any */ -#if defined __HAVE_FPU__ +#ifdef __UCLIBC_HAS_FPU__ unsigned long __fpregs[64]; #endif } __jmp_buf[1]; -- cgit v1.2.3