about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-09-05 21:25:15 +0000
committerRoland McGrath <roland@gnu.org>2003-09-05 21:25:15 +0000
commitedc7ae4623eeb9a8112a6f89fbc91aae9f90cb6a (patch)
treed012def16c08a39c3121eb4d8214b7e91f9ed9ae /ChangeLog
parent09b9a9d032a6fc0fbe602644f20263c5cdcb397e (diff)
downloadglibc-edc7ae4623eeb9a8112a6f89fbc91aae9f90cb6a.tar.gz
glibc-edc7ae4623eeb9a8112a6f89fbc91aae9f90cb6a.tar.xz
glibc-edc7ae4623eeb9a8112a6f89fbc91aae9f90cb6a.zip
* nss/getXXbyYY.c (FUNCTION_NAME): Remove unused variable.
2003-09-04  Roland McGrath  <roland@frob.com>

	* sysdeps/mach/hurd/mmap.c (__mmap): If io_map fails with MIG_BAD_ID,
	EOPNOTSUPP, or ENOSYS, change it to ENODEV.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57c2b273c7..78ae230428 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-09-05  Roland McGrath  <roland@redhat.com>
+
+	* nss/getXXbyYY.c (FUNCTION_NAME): Remove unused variable.
+
+2003-09-04  Roland McGrath  <roland@frob.com>
+
+	* sysdeps/mach/hurd/mmap.c (__mmap): If io_map fails with MIG_BAD_ID,
+	EOPNOTSUPP, or ENOSYS, change it to ENODEV.
+
 2003-09-04  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/unix/sysv/linux/ia64/bits/sigstack.h (MINSIGSTKSZ):