diff options
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/sysdeps/linux/m68k/bits/syscalls.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/libc/sysdeps/linux/m68k/bits/syscalls.h b/libc/sysdeps/linux/m68k/bits/syscalls.h index bccecbc61..284112e31 100644 --- a/libc/sysdeps/linux/m68k/bits/syscalls.h +++ b/libc/sysdeps/linux/m68k/bits/syscalls.h @@ -11,6 +11,13 @@   * programs.  */  #include <bits/sysnum.h> +/* m68k headers does stupid stuff with __NR_iopl / __NR_vm86: + * #define __NR_iopl   not supported + * #define __NR_vm86   not supported + */ +#undef __NR_iopl +#undef __NR_vm86 +  #ifndef __ASSEMBLER__  /* Linux takes system call arguments in registers: | 
