Commit e56e2dcd authored by Tony Luck's avatar Tony Luck

[IA64] ia64 does not need umount2() syscall

ia64 doesn't have old and new versions of the umount system call.
It just has the new version.

Fixes this build warning:
<stdin>:395:2: warning: #warning syscall umount2 not implemented
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 97de6ad1
...@@ -329,6 +329,7 @@ ...@@ -329,6 +329,7 @@
#define __IGNORE_utime /* utimes() */ #define __IGNORE_utime /* utimes() */
#define __IGNORE_getpgrp /* getpgid() */ #define __IGNORE_getpgrp /* getpgid() */
#define __IGNORE_vfork /* clone() */ #define __IGNORE_vfork /* clone() */
#define __IGNORE_umount2 /* umount() */
#define __ARCH_WANT_SYS_RT_SIGACTION #define __ARCH_WANT_SYS_RT_SIGACTION
#define __ARCH_WANT_SYS_RT_SIGSUSPEND #define __ARCH_WANT_SYS_RT_SIGSUSPEND
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment