diff options
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 6a33a3f95..3520adb94 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2005-01-19 Jim Meyering <jim@meyering.net> + + * openat.c (fdopendir, fstatat): New functions. + * openat.h: Include headers required for use of DIR and struct stat. + [AT_SYMLINK_NOFOLLOW]: Define. + (fdopendir, fstatat): Add prototypes. + 2005-01-04 Paul Eggert <eggert@cs.ucla.edu> * human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional |