aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-27 08:21:42 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-27 08:21:42 +0000
commit344be96af46b4e8cc79d942db00ae105929a43c2 (patch)
tree6eb2b8aa3b6420181c31b90428cfda2fe039aaf8 /ChangeLog
parent842d709cb30d5c42e27ab4ba255f43a8e5e8c0d9 (diff)
downloadglibc-344be96af46b4e8cc79d942db00ae105929a43c2.tar
glibc-344be96af46b4e8cc79d942db00ae105929a43c2.tar.gz
glibc-344be96af46b4e8cc79d942db00ae105929a43c2.tar.bz2
glibc-344be96af46b4e8cc79d942db00ae105929a43c2.zip
Update.
Change return type of random to long int.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2698f78ab5..bb1d2a6503 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
Change return type of unsetenv to int.
(qecvt, qgcvt, qfcvt): Declare only if __USE_MISC.
* include/stdlib.h: Change return type of unsetenv to int.
+ Change return type of random to long int.
* sysdeps/generic/setenv.c (unsetenv): Change return type to int.
Return -1 and set errno if parameter is invalid.
* stdlib/random.c (__random): Change return value type to long.