summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ChangeLog2
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.