summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-01-07 02:43:03 +0000
committerRoland McGrath <roland@gnu.org>2005-01-07 02:43:03 +0000
commit1e6a5f2fd22346b837f5f52158ea97d32de3b93c (patch)
treefe4bb27f291d5b10ea2af9218ff0ee474981b4a8 /ChangeLog
parent3ae4b0089c7ade8fdf91e7300ed20759ce23bcfb (diff)
downloadglibc-1e6a5f2fd22346b837f5f52158ea97d32de3b93c.tar.gz
glibc-1e6a5f2fd22346b837f5f52158ea97d32de3b93c.tar.xz
glibc-1e6a5f2fd22346b837f5f52158ea97d32de3b93c.zip
[BZ #633]
2005-01-06  Roland McGrath  <roland@redhat.com>
	[BZ #633]
	* sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
	indicating file-name lookup errors, and return ENOSYS or EBADF instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbe2d52657..e96ca82443 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-06  Roland McGrath  <roland@redhat.com>
+
+	[BZ #633]
+	* sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
+	indicating file-name lookup errors, and return ENOSYS or EBADF instead.
+
 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
 
 	* csu/elf-init.c (__libc_csu_fini): Don't do anything here.