mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Remove __ASSUME_IPC64
PowerPC has always used __IPC_64 like most other architectures, which means that __ASSUME_IPC64 can be always true. Also, all other architecture implementations that use the ipc syscall are effectively identical to the generic version and can be removed.
This commit is contained in:
@ -37,6 +37,3 @@
|
||||
#define __ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL 1
|
||||
|
||||
#include_next <kernel-features.h>
|
||||
|
||||
/* PowerPC64 IPC is always 64-bit and does not use __IPC_64. */
|
||||
#undef __ASSUME_IPC64
|
||||
|
Reference in New Issue
Block a user