about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-16 01:11:59 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-16 01:11:59 +0000
commita9e4124c20a92c579d192f40a5a9f3900b3b4802 (patch)
tree4e0cf4a4f3a2bafcc63480ebe7f0012e4adc496d /ChangeLog
parentad7069d7f4018a4834397a1debe6ffad9f2dac1e (diff)
downloadglibc-a9e4124c20a92c579d192f40a5a9f3900b3b4802.tar.gz
glibc-a9e4124c20a92c579d192f40a5a9f3900b3b4802.tar.xz
glibc-a9e4124c20a92c579d192f40a5a9f3900b3b4802.zip
Update.
	* stdlib/random.c (__initstate): Clean up a cast.
	(__setstate): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af70bceb6a..2b177924c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-01-15  Ulrich Drepper  <drepper@redhat.com>
 
+	* stdlib/random.c (__initstate): Clean up a cast.
+	(__setstate): Likewise.
+
 	* sysdeps/unix/sysv/linux/mips/syscalls.list: Remove select
 	syscall handling.  The generic Linux version should work.