diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-22 14:53:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-22 14:53:55 +0000 |
commit | 9c14365b2a7fd1156d6abdeda63fc2744825e641 (patch) | |
tree | 8996b68776ab1832069e7e7527e4c48f3bcc2a95 /lib | |
parent | d591c302931fd774a643823c2c58788aca800f39 (diff) | |
download | coreutils-9c14365b2a7fd1156d6abdeda63fc2744825e641.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 3cab495f3..89ca7904d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2005-11-22 Jim Meyering <jim@meyering.net> + + * openat.h (openat_permissive): Declare. + (openat_ro): Define. + + * openat.c (EXPECTED_ERRNO): New macro. + (openat_permissive): New function -- used in remove.c rewrite. + (all functions): Set errno just before returning, only if there + was an actual failure. + Use EXPECTED_ERRNO rather than comparing against only ENOTDIR. + 2005-11-20 Jim Meyering <jim@meyering.net> * euidaccess-stat.c: New file, mostly from euidaccess.c. |