#define NR_syscalls            __NR_syscalls /* length of syscall table */
 
-/*
- * The following defines stop scripts/checksyscalls.sh from complaining about
- * unimplemented system calls.  Glibc provides for each of these by using
- * more modern equivalent system calls.
- */
-#define __IGNORE_fork          /* clone() */
-#define __IGNORE_time          /* gettimeofday() */
-#define __IGNORE_alarm         /* setitimer(ITIMER_REAL, ... */
-#define __IGNORE_pause         /* rt_sigprocmask(), rt_sigsuspend() */
-#define __IGNORE_utime         /* utimes() */
-#define __IGNORE_getpgrp       /* getpgid() */
-#define __IGNORE_vfork         /* clone() */
-#define __IGNORE_umount2       /* umount() */
-
 #define __ARCH_WANT_NEW_STAT
 #define __ARCH_WANT_SYS_UTIME
 
 
 17     common  getpid                          sys_getpid
 18     common  getppid                         sys_getppid
 19     common  mount                           sys_mount
-20     common  umount                          sys_umount
+20     common  umount2                         sys_umount
 21     common  setuid                          sys_setuid
 22     common  getuid                          sys_getuid
 23     common  geteuid                         sys_geteuid