From 0f25dd9e307f3eeacf87855455b6c56c9b6ceea0 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 04 2020 11:35:42 +0000 Subject: midipix targets: syscall.h.in: mark the mount syscalls as not supported. --- 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