Skip to content
Commit 8f50b4a4 authored by James Clarke's avatar James Clarke Committed by Aurelien Jarno
Browse files

ia64: Add ipc_priv.h header to set __IPC_64 to zero



When running strace, IPC_64 was set in the command, but ia64 is
an architecture where CONFIG_ARCH_WANT_IPC_PARSE_VERSION *isn't* set
in the kernel, so ipc_parse_version just returns IPC_64 without
clearing the IPC_64 bit in the command.

	* sysdeps/unix/sysv/linux/ia64/ipc_priv.h: New file defining
	__IPC_64 to 0 to avoid IPC_64 being set.

Signed-off-by: default avatarJames Clarke <jrtc27@jrtc27.com>

(cherry picked from commit 89bd8016)
parent 4444f6a9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment