[BZ #633]
authorRoland McGrath <roland@gnu.org>
Fri, 7 Jan 2005 02:43:03 +0000 (02:43 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 7 Jan 2005 02:43:03 +0000 (02:43 +0000)
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.

ChangeLog

index dbe2d52..e96ca82 100644 (file)
--- 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.