From: Joseph Myers Date: Fri, 13 Aug 2010 23:43:22 +0000 (+0000) Subject: Correct #undef location in previous commit. X-Git-Tag: glibc-2.16-ports-before-merge~456 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54c0ba292c2400e2a122d8770cd3f60311b8caac;p=thirdparty%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 e9cf191d15f..092c35d9f53 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