about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-05-14 15:01:32 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-05-20 12:25:28 -0300
commitdfba907fedcb0e95af735a2d064761559f703ab6 (patch)
tree0472f0fabfb60315d2d81cb54dbd22d453039890 /ChangeLog
parent1388600877a8db404459682e9842cd55975409ba (diff)
downloadglibc-dfba907fedcb0e95af735a2d064761559f703ab6.tar.gz
glibc-dfba907fedcb0e95af735a2d064761559f703ab6.tar.xz
glibc-dfba907fedcb0e95af735a2d064761559f703ab6.zip
sysvipc: Fix compat msgctl (BZ#24570)
The __IPC64 flags is meant to be used to enable the new sysv struct
format when the architectures supports it (ARCH_WANT_IPC_PARSE_VERSION
config flag on Linux kernel).

This currently issue only affects alpha.

	[BZ #24570]
	* sysdeps/unix/sysv/linux/msgctl.c (__old_msgctl): Remove __IPC_64
	usage.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7185b64e2..2977d219fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+	[BZ #24570]
+	* sysdeps/unix/sysv/linux/msgctl.c (__old_msgctl): Remove __IPC_64
+	usage.
+
 2019-05-20  Joseph Myers  <joseph@codesourcery.com>
 
 	* elf/elf.h (NT_ARM_PACA_KEYS): New macro.