diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-19 12:48:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-19 12:48:19 +0000 |
commit | 3fc13d753c1d740b7283fe5bc0483cc035f10115 (patch) | |
tree | 34f458db3ebc10f3222cd142104dd8fdbf21a4f4 | |
parent | d7267a635aada74f332dde789fb37970f482f541 (diff) | |
download | coreutils-3fc13d753c1d740b7283fe5bc0483cc035f10115.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index f35fcc990..e1a6603bf 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -4,6 +4,8 @@ component length. This included changing the parameter to be of type `char *' rather than `char const *'. * chdir-long.h (chdir_long): Update prototype. + * t-chdir-long: A test harness to exercize chdir-long.c's + sample main program. * openat.c (fdopendir, fstatat): New functions. * openat.h: Include headers required for use of DIR and struct stat. |