]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 24 Aug 2005 15:25:33 +0000 (15:25 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Aug 2005 15:25:33 +0000 (15:25 +0000)
lib/ChangeLog

index 8eed1fa569b82512ccbec01d02837af3a8cb6a45..83231c59a27b8e0441ae152a8226354cf5cedbae 100644 (file)
@@ -1,3 +1,11 @@
+2005-08-24  Jim Meyering  <jim@meyering.net>
+
+       * 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  <jim@meyering.net>
 
        * regcomp.c, regex.c, regex.h, regex_internal.c: Update from gnulib.