aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-02 08:48:09 +0000
committerRoland McGrath <roland@gnu.org>2002-10-02 08:48:09 +0000
commitb77bb4fb08dd8a5e3f926ceb14fd7a9bcbe2d042 (patch)
tree96c5cfde08d7a8a8742a79a61399dac89b35cc96 /ChangeLog
parent72978bbbaf4eb2dec3caaddfa9e0e982b0b5e8ce (diff)
downloadglibc-b77bb4fb08dd8a5e3f926ceb14fd7a9bcbe2d042.tar
glibc-b77bb4fb08dd8a5e3f926ceb14fd7a9bcbe2d042.tar.gz
glibc-b77bb4fb08dd8a5e3f926ceb14fd7a9bcbe2d042.tar.bz2
glibc-b77bb4fb08dd8a5e3f926ceb14fd7a9bcbe2d042.zip
* README.template: Minimum Linux kernel for powerpc64 is 2.4.19.
* sysdeps/unix/sysv/linux/powerpc/bits/ipc.h (struct ipc_perm): Use __uint32_t and __uint64_t for __seq, __pad1, __unused[12] fields so they are consistent between PPC32 and PPC64.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc484ca493..50dc18caf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-09-27 Steven Munroe <sjmunroe@us.ibm.com>
+ * README.template: Minimum Linux kernel for powerpc64 is 2.4.19.
+
+ * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h (struct ipc_perm):
+ Use __uint32_t and __uint64_t for __seq, __pad1, __unused[12] fields
+ so they are consistent between PPC32 and PPC64.
+
* sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__WORDSIZE != 32]:
(_STAT_VER): Define to _STAT_VER_KERNEL.
(stru stat, struct stat64): Define to match the PPC64 kernel.