hppa: set __IPC_64 as zero for SysV IPC calls
authorAdhemerval Zanella <adhemerval.zanella@linaro.com>
Tue, 7 Mar 2017 08:12:48 +0000 (09:12 +0100)
committerAdhemerval Zanella <adhemerval.zanella@linaro.com>
Tue, 7 Mar 2017 08:12:48 +0000 (09:12 +0100)
commita7055e5935f7ee63d622c66a7dde16ba0de674e0
treeb87e768904b70103c7a376e46e033090b493cd97
parent022c9fec9b9de101788244a58f2dcdfb3583b8e3
hppa: set __IPC_64 as zero for SysV IPC calls

In 1e5834c38a22 ("Refactor Linux ipc_priv header") a different
approach to passing __IPC_64 as zero was created.  Hppa kernel ABI
requires to oass __IPC_64 as zero since it does not set
CONFIG_ARCH_WANT_IPC_PARSE_VERSION in the kernel.

Checked on hppa-linux-gnu with some adjustments to avoid BZ#21016
(basically by removing hppa compat implementations and adjusting
required headers).

* sysdeps/unix/sysv/linux/hppa/ipc_priv.h: New file.
ChangeLog
sysdeps/unix/sysv/linux/hppa/ipc_priv.h [new file with mode: 0644]