diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-10 23:20:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-10 23:20:09 +0000 |
commit | 7fdc7d4df9cbb37cff820778635cae4e8b83cae8 (patch) | |
tree | f1e783a1c0ab9c995da608d74a18ed80799a03f1 /lib | |
parent | e5475103aab873c96f2afb7bdfe86e413a3445d2 (diff) | |
download | coreutils-7fdc7d4df9cbb37cff820778635cae4e8b83cae8.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index e42f81ae5..bf22c1d5e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-11-11 Jim Meyering <jim@meyering.net> + + * openat.c (fstatat, unlinkat): Perform the syscall directly, + skipping the save_cwd...restore_cwd overhead, if FILE is absolute. + 2005-11-10 Paul Eggert <eggert@cs.ucla.edu> * gethrxtime.c: Include "timespec.h" rather than the sys/time / time |