Correct #undef location in previous commit.

This commit is contained in:
Joseph Myers 2010-08-13 23:43:22 +00:00
parent 5ccc178fd7
commit 54c0ba292c
1 changed files with 2 additions and 2 deletions

View File

@ -37,10 +37,10 @@
# 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>