about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-18 18:06:00 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-18 18:06:00 +0000
commit8432c71ab7bacf17bbcefa3a9b9caadbfd1755e4 (patch)
treea640dfbd14d51787c30535ab3e631373535fe4b9 /ChangeLog
parentdb95bdbce05c9876158e7b14ec6a827f7e2453d8 (diff)
downloadglibc-8432c71ab7bacf17bbcefa3a9b9caadbfd1755e4.tar.gz
glibc-8432c71ab7bacf17bbcefa3a9b9caadbfd1755e4.tar.xz
glibc-8432c71ab7bacf17bbcefa3a9b9caadbfd1755e4.zip
Update.
1999-06-18  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/init-first.h: Add extra cast in argc
	assignment to avoid warning on 64bit platforms.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 836c7cd554..acf9b74ef2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-06-18  Ulrich Drepper  <drepper@cygnus.com>
+
+	* sysdeps/unix/sysv/linux/init-first.h: Add extra cast in argc
+	assignment to avoid warning on 64bit platforms.
+
 1999-06-17  Ulrich Drepper  <drepper@cygnus.com>
 
 	* libio/libio.h (_IO_codecvt): Change __P ot __PMT.