diff options
author | midipix <writeonce@midipix.org> | 2020-06-04 11:35:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-06-04 11:35:42 +0000 |
commit | 0f25dd9e307f3eeacf87855455b6c56c9b6ceea0 (patch) | |
tree | 4e4137d9bff202ec6c1cb99d4091d8d4647ad330 /arch | |
parent | fe9b9df9eb91d64ec96ad58fe61b84f5d93eb2be (diff) | |
download | mmglue-0f25dd9e307f3eeacf87855455b6c56c9b6ceea0.tar.bz2 mmglue-0f25dd9e307f3eeacf87855455b6c56c9b6ceea0.tar.xz |
midipix targets: syscall.h.in: mark the mount syscalls as not supported.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nt32/bits/syscall.h.in | 4 | ||||
-rw-r--r-- | arch/nt64/bits/syscall.h.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/nt32/bits/syscall.h.in b/arch/nt32/bits/syscall.h.in index 326d464..cb5be3d 100644 --- a/arch/nt32/bits/syscall.h.in +++ b/arch/nt32/bits/syscall.h.in @@ -163,8 +163,8 @@ #define __NR_sync 162 #define __NR_acct 163 #define __NR_settimeofday 164 -#define __NR_mount 165 -#define __NR_umount2 166 +#define __NR_mount__ +#define __NR_umount2__ #define __NR_swapon 167 #define __NR_swapoff 168 #define __NR_reboot 169 diff --git a/arch/nt64/bits/syscall.h.in b/arch/nt64/bits/syscall.h.in index 326d464..cb5be3d 100644 --- a/arch/nt64/bits/syscall.h.in +++ b/arch/nt64/bits/syscall.h.in @@ -163,8 +163,8 @@ #define __NR_sync 162 #define __NR_acct 163 #define __NR_settimeofday 164 -#define __NR_mount 165 -#define __NR_umount2 166 +#define __NR_mount__ +#define __NR_umount2__ #define __NR_swapon 167 #define __NR_swapoff 168 #define __NR_reboot 169 |