From: Jim Meyering Date: Wed, 19 Jan 2005 12:48:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1583 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fc13d753c1d740b7283fe5bc0483cc035f10115;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index f35fcc990c..e1a6603bf4 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.