tile: pass __IPC_64 as zero for SysV IPC calls
commit4cb89c158124c27006903f10e309b09d5311053a
authorChris Metcalf <cmetcalf@mellanox.com>
Thu, 12 Jan 2017 15:19:43 +0000 (12 10:19 -0500)
committerChris Metcalf <cmetcalf@mellanox.com>
Mon, 16 Jan 2017 20:43:29 +0000 (16 15:43 -0500)
treeba250a9ce4531a51ab9b68e0cb9c4ec369c7c011
parent099191b1f5748e761f92c2b13aacde8a5a6dad74
tile: pass __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.  The tile
architecture also needs to pass __IPC_64 as zero since it does
not set CONFIG_ARCH_WANT_IPC_PARSE_VERSION in the kernel.
So create a minimal ipc_priv.h that specifies __IPC_64 as zero.
ChangeLog
sysdeps/unix/sysv/linux/tile/ipc_priv.h [new file with mode: 0644]