1
0
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:
Andreas Schwab
2015-08-18 10:29:30 +02:00
parent 1695cdae06
commit be481652f2
24 changed files with 29 additions and 706 deletions

View File

@ -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