diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-10 19:30:25 +0200 | 
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-10 19:30:48 +0200 | 
| commit | 9a23a016ac45dd3bc5418cf36e6d1548cb41c6b5 (patch) | |
| tree | 2bd61a388209966d56fb451a5b2a45fe4f4ef106 /libc/misc/sysvipc | |
| parent | 18ac9aedd53d0c80880e4498acd4f5fc1f3fac8f (diff) | |
Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k
Diffstat (limited to 'libc/misc/sysvipc')
| -rw-r--r-- | libc/misc/sysvipc/ipc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libc/misc/sysvipc/ipc.h b/libc/misc/sysvipc/ipc.h index fc5bc4ea0..58a690ee3 100644 --- a/libc/misc/sysvipc/ipc.h +++ b/libc/misc/sysvipc/ipc.h @@ -6,7 +6,7 @@  #ifndef __ARCH_HAS_DEPRECATED_SYSCALLS__  #  define __IPC_64	0x0 -#elif defined __mips__ +#elif defined __mips__ || defined __m68k__  # if __LINUX_KERNEL_VERSION < 0x050100  #  define __IPC_64      0x100  # else | 
