From 54c0ba292c2400e2a122d8770cd3f60311b8caac Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 13 Aug 2010 23:43:22 +0000 Subject: [PATCH] Correct #undef location in previous commit. --- sysdeps/unix/sysv/linux/mips/kernel-features.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/mips/kernel-features.h b/sysdeps/unix/sysv/linux/mips/kernel-features.h index e9cf191d15..092c35d9f5 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