aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-27 08:17:38 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-27 08:17:38 +0000
commit842d709cb30d5c42e27ab4ba255f43a8e5e8c0d9 (patch)
tree53da39b6140c3d15d9fc853f965fd80ad928aa8b /ChangeLog
parent61f9d0a356f84837e3e3af27831ec7d8070f15b7 (diff)
downloadglibc-842d709cb30d5c42e27ab4ba255f43a8e5e8c0d9.zip
glibc-842d709cb30d5c42e27ab4ba255f43a8e5e8c0d9.tar.gz
glibc-842d709cb30d5c42e27ab4ba255f43a8e5e8c0d9.tar.bz2
Update.
* include/stdlib.h: Change return type of unsetenv to int.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09cc0f2..2698f78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
(setenv, unsetenv): Make available for __USE_XOPEN2K.
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.
* 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.