about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-28 04:15:27 +0000
committerRoland McGrath <roland@gnu.org>2002-09-28 04:15:27 +0000
commit2c536abd23084ca04a7dc0a8b4ec1e5d23088c45 (patch)
treee28c33358bff7bb39a5bafb85a75ed43b24d74a0 /ChangeLog
parent3899afcb760906f8d343a3e50728fa31f338fe20 (diff)
downloadglibc-2c536abd23084ca04a7dc0a8b4ec1e5d23088c45.tar.gz
glibc-2c536abd23084ca04a7dc0a8b4ec1e5d23088c45.tar.xz
glibc-2c536abd23084ca04a7dc0a8b4ec1e5d23088c45.zip
* sysdeps/unix/sysv/linux/x86_64/sysdep.h
	(__NR_pread, __NR_pwrite): Define these to __NR_pread64, __NR_pwrite64
	if not defined.

	* sysdeps/unix/sysv/linux/powerpc/lchown.S
	[SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Use this condition
	on chown compatibility symbol; use compat_symbol, not symbol_version.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 237b759628..756bb152fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-09-27  Roland McGrath  <roland@redhat.com>
+
+	* sysdeps/unix/sysv/linux/x86_64/sysdep.h
+	(__NR_pread, __NR_pwrite): Define these to __NR_pread64, __NR_pwrite64
+	if not defined.
+
+	* sysdeps/unix/sysv/linux/powerpc/lchown.S
+	[SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Use this condition
+	on chown compatibility symbol; use compat_symbol, not symbol_version.
+
 2002-09-27  Steven Munroe  <sjmunroe@us.ibm.com>
 
 	* sysdeps/powerpc/powerpc32/Makefile: Fix typo in comment.