diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/arch-syscall.h | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc64/arch-syscall.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/arch-syscall.h b/sysdeps/unix/sysv/linux/powerpc/powerpc32/arch-syscall.h index 73ac1a9e83..d67d60435a 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/arch-syscall.h @@ -183,6 +183,7 @@ #define __NR_mmap2 192 #define __NR_modify_ldt 123 #define __NR_mount 21 +#define __NR_mount_setattr 442 #define __NR_move_mount 429 #define __NR_move_pages 301 #define __NR_mprotect 125 diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/arch-syscall.h b/sysdeps/unix/sysv/linux/powerpc/powerpc64/arch-syscall.h index a0eb956de1..d6dc8123ac 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/arch-syscall.h @@ -169,6 +169,7 @@ #define __NR_mmap 90 #define __NR_modify_ldt 123 #define __NR_mount 21 +#define __NR_mount_setattr 442 #define __NR_move_mount 429 #define __NR_move_pages 301 #define __NR_mprotect 125 |