Correct #undef location in previous commit.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 13 Aug 2010 23:43:22 +0000 (23:43 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 13 Aug 2010 23:43:22 +0000 (23:43 +0000)
sysdeps/unix/sysv/linux/mips/kernel-features.h

index e9cf191..092c35d 100644 (file)
 # define __ASSUME_SIGNALFD4    1
 #endif
 
+#include_next <kernel-features.h>
+
 /* 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 <kernel-features.h>