From: Joseph Myers Date: Fri, 13 Aug 2010 23:43:22 +0000 (+0000) Subject: Correct #undef location in previous commit. X-Git-Tag: upstream/2.30~10627^2~456 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54c0ba292c2400e2a122d8770cd3f60311b8caac;p=external%2Fglibc.git Correct #undef location in previous commit. --- diff --git a/sysdeps/unix/sysv/linux/mips/kernel-features.h b/sysdeps/unix/sysv/linux/mips/kernel-features.h index e9cf191..092c35d 100644 --- a/sysdeps/unix/sysv/linux/mips/kernel-features.h +++ b/sysdeps/unix/sysv/linux/mips/kernel-features.h @@ -37,10 +37,10 @@ # define __ASSUME_SIGNALFD4 1 #endif +#include_next + /* The n32 syscall ABI did not have a getdents64 syscall until 2.6.35. */ #if _MIPS_SIM == _ABIN32 && __LINUX_KERNEL_VERSION < 0x020623 # undef __ASSUME_GETDENTS64_SYSCALL #endif - -#include_next