From: Roland McGrath Date: Fri, 7 Jan 2005 02:43:03 +0000 (+0000) Subject: [BZ #633] X-Git-Tag: cvs/fedora-glibc-20050208T0948~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e6a5f2fd22346b837f5f52158ea97d32de3b93c;p=thirdparty%2Fglibc.git [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. --- diff --git a/ChangeLog b/ChangeLog index dbe2d526570..e96ca82443d 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.