]> git.ipfire.org Git - thirdparty/glibc.git/commit - stdlib/random.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 27 Jan 2001 07:07:07 +0000 (07:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 27 Jan 2001 07:07:07 +0000 (07:07 +0000)
commit61f9d0a356f84837e3e3af27831ec7d8070f15b7
tree3eaa1888ecc0b91db26832062d4c6f42f05202ca
parent69bd45bdbd422fadce2bd7a49db0f0adfb3ea9a2
Update.

* conform/data/stdlib.h-data: Account for XPG6 changes.
* stdlib/stdlib.h (__random): Change return value type to long.
(posix_memalign): Cleanup parameter names.
(setenv, unsetenv): Make available for __USE_XOPEN2K.
Change return type of unsetenv to int.
(qecvt, qgcvt, qfcvt): Declare only if __USE_MISC.
* 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.
ChangeLog
conform/data/stdlib.h-data
linuxthreads/ChangeLog
stdlib/random.c
stdlib/stdlib.h
sysdeps/generic/setenv.c