about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-05-21 10:40:31 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-05-21 10:43:10 -0300
commit004e52febf30012abeafb696a4f16aedd75aeb83 (patch)
tree1abd1677b7b6438eb25dfc89e6df95b0ea8d0056 /ChangeLog
parentc9c15ac3162d10a999bf71418fd710bf5676175e (diff)
downloadglibc-004e52febf30012abeafb696a4f16aedd75aeb83.tar.gz
glibc-004e52febf30012abeafb696a4f16aedd75aeb83.tar.xz
glibc-004e52febf30012abeafb696a4f16aedd75aeb83.zip
sysvipc: Add missing bit of semtimedop s390 consolidation
This patch add the missing SEMTIMEDOP_IPC_ARGS definions on powerpc
and sparc ipc_priv.h.

Checked on powerpc64le-linux-gnu and with a build for sparc64-linux-gnu.

	* sysdeps/unix/sysv/linux/powerpc/ipc_priv.h (SEMTIMEDOP_IPC_ARGS):
	New define.
	* sysdeps/unix/sysv/linux/sparc/sparc64/ipc_priv.h
	(SEMTIMEDOP_IPC_ARGS): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35e6f7c322..324964a73d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-05-21  Adhemeval Zanella  <adhemerval.zanella@linaro.org>
+
+	* sysdeps/unix/sysv/linux/powerpc/ipc_priv.h (SEMTIMEDOP_IPC_ARGS):
+	New define.
+	* sysdeps/unix/sysv/linux/sparc/sparc64/ipc_priv.h
+	(SEMTIMEDOP_IPC_ARGS): Likewise.
+
 2019-05-21  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #24584]