[PATCH 4/6] Split powerpc out of main Linux kernel-features.h.
commit642530c1b4f933f78b56e0b4bfcde1872776f563
authorJoseph Myers <joseph@codesourcery.com>
Thu, 17 Jul 2014 17:53:52 +0000 (17 17:53 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 17 Jul 2014 17:53:52 +0000 (17 17:53 +0000)
tree33f07351311a4525571acd2d52b275d0a77c50fb
parent03f77315182e8b976ca71ac70711654fed46bc3d
[PATCH 4/6] Split powerpc out of main Linux kernel-features.h.

This patch splits powerpc out of the main Linux kernel-features.h.

Not tested.

* sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
* sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
(__ASSUME_SOCKETCALL): Do not define.
(__ASSUME_IPC64): Define unconditionally.
[__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
(__ASSUME_ACCEPT4_SYSCALL): Do not define.
[__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
(__ASSUME_RECVMMSG_SYSCALL): Likewise.
[__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
(__ASSUME_SENDMMSG_SYSCALL): Likewise.
[__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
Likewise.
ChangeLog
sysdeps/unix/sysv/linux/kernel-features.h
sysdeps/unix/sysv/linux/powerpc/kernel-features.h [new file with mode: 0644]