diff options
-rw-r--r-- | arch/ia64/include/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/unistd.h b/arch/ia64/include/asm/unistd.h index 61474f9156e7..5a5347f5c4e4 100644 --- a/arch/ia64/include/asm/unistd.h +++ b/arch/ia64/include/asm/unistd.h | |||
@@ -329,6 +329,7 @@ | |||
329 | #define __IGNORE_utime /* utimes() */ | 329 | #define __IGNORE_utime /* utimes() */ |
330 | #define __IGNORE_getpgrp /* getpgid() */ | 330 | #define __IGNORE_getpgrp /* getpgid() */ |
331 | #define __IGNORE_vfork /* clone() */ | 331 | #define __IGNORE_vfork /* clone() */ |
332 | #define __IGNORE_umount2 /* umount() */ | ||
332 | 333 | ||
333 | #define __ARCH_WANT_SYS_RT_SIGACTION | 334 | #define __ARCH_WANT_SYS_RT_SIGACTION |
334 | #define __ARCH_WANT_SYS_RT_SIGSUSPEND | 335 | #define __ARCH_WANT_SYS_RT_SIGSUSPEND |