about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-11-22 05:23:51 +0000
committerRoland McGrath <roland@gnu.org>2002-11-22 05:23:51 +0000
commit4a32f19d57faae36a7fcd95c60c129c307f79182 (patch)
treeb2822f544b5d5053159f808bf9c6867d992af25a /ChangeLog
parenta241310659df2e79bcc67b48193ae648eb505f78 (diff)
downloadglibc-4a32f19d57faae36a7fcd95c60c129c307f79182.tar.gz
glibc-4a32f19d57faae36a7fcd95c60c129c307f79182.tar.xz
glibc-4a32f19d57faae36a7fcd95c60c129c307f79182.zip
* sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds)
	[__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
	and __unused3 fields.
	* sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds)
	[__WORDSIZE == 32]: Only PPC32 requires __unused1
	and __unused2 fields.
	* sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds)
	[__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
	__unused3,and __unused4 fields.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e563e01590..e1105015cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2002-11-20  Steven Munroe  <sjmunroe@us.ibm.com>
 
+	* sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds)
+	[__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
+	and __unused3 fields.
+	* sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds)
+	[__WORDSIZE == 32]: Only PPC32 requires __unused1
+	and __unused2 fields.
+	* sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds)
+	[__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
+	__unused3,and __unused4 fields.
+
 	* csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to
 	obtain lowest address for profiling in __monstartup call.