From 1e6a5f2fd22346b837f5f52158ea97d32de3b93c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 7 Jan 2005 02:43:03 +0000 Subject: [PATCH] [BZ #633] 2005-01-06 Roland McGrath [BZ #633] * sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values indicating file-name lookup errors, and return ENOSYS or EBADF instead. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index dbe2d52657..e96ca82443 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-06 Roland McGrath + + [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 * csu/elf-init.c (__libc_csu_fini): Don't do anything here. -- 2.11.4.GIT