about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-04-18 17:35:17 +0000
committerAndreas Jaeger <aj@suse.de>2000-04-18 17:35:17 +0000
commit18be3f69b1dd79c8d2f82f09ec68d812a1f4fbdf (patch)
treea4531bd7a12709265850ea7407c0e408e4f060b4
parent14d9bd50b713b760af6239575cce37d6608edfd3 (diff)
downloadglibc-18be3f69b1dd79c8d2f82f09ec68d812a1f4fbdf.tar.gz
glibc-18be3f69b1dd79c8d2f82f09ec68d812a1f4fbdf.tar.xz
glibc-18be3f69b1dd79c8d2f82f09ec68d812a1f4fbdf.zip
Update.
	* manual/startup.texi (Environment Access): Fix putenv prototype
	according to recent changes.
	Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>, closes
	PR libc/1692.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 367a88d92f..5f38804e5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2000-04-18  Andreas Jaeger  <aj@suse.de>
 
+	* manual/startup.texi (Environment Access): Fix putenv prototype
+	according to recent changes.
+	Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>, closes
+	PR libc/1692.
+
 	* elf/rtld.c (print_statistics): Added HP_TIMINIG_NONAVAIL where
 	needed.