diff options
author | Andreas Schwab <schwab@suse.de> | 2015-08-18 10:29:30 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2015-08-24 10:53:49 +0200 |
commit | be481652f272acc117907ac30157cdac46aa1973 (patch) | |
tree | 8348fc9682ccae31a964fc04c6969e023bd2addb /sysdeps/unix/sysv/linux/sh/semctl.c | |
parent | 1695cdae065fa3693e7b18169a100f53444eac69 (diff) | |
download | glibc-be481652f272acc117907ac30157cdac46aa1973.tar glibc-be481652f272acc117907ac30157cdac46aa1973.tar.gz glibc-be481652f272acc117907ac30157cdac46aa1973.tar.bz2 glibc-be481652f272acc117907ac30157cdac46aa1973.zip |
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/semctl.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/semctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/semctl.c b/sysdeps/unix/sysv/linux/sh/semctl.c deleted file mode 100644 index e9b1a483c9..0000000000 --- a/sysdeps/unix/sysv/linux/sh/semctl.c +++ /dev/null @@ -1 +0,0 @@ -#include <sysdeps/unix/sysv/linux/i386/semctl.c> |