From: Jim Meyering Date: Wed, 24 Aug 2005 15:25:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d6e649c837a01cfedd7dba0cfa9d912be46e391;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 8eed1fa569..83231c59a2 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2005-08-24 Jim Meyering + + * stdopen.c (stdopen): Revert to iterating over descriptors, but + rather than using fstat, use fcntl with its F_GETFD flag, which + is more efficient. Unlike the 2-syscall dup-close approach, + this one doesn't apply any unnecessary pressure on the file + descriptor pool -- thus there is one fewer way to fail. + 2005-08-23 Jim Meyering * regcomp.c, regex.c, regex.h, regex_internal.c: Update from gnulib.