diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-19 23:34:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-19 23:34:54 +0000 |
commit | f2615995a753b80dd8d9fce55f5e87e8105f2d82 (patch) | |
tree | 3a5196fcebde20a334b70bd82fbbfb9a2269576c /manual/math.texi | |
parent | 96c0d65dc3644467a0521cc4084274be073fb5e0 (diff) | |
download | glibc-f2615995a753b80dd8d9fce55f5e87e8105f2d82.tar.gz glibc-f2615995a753b80dd8d9fce55f5e87e8105f2d82.tar.xz glibc-f2615995a753b80dd8d9fce55f5e87e8105f2d82.zip |
Update.
* sysdeps/unix/i386/i686/tempname.c: New file. * sysdeps/posix/tempname.c (__gen_tempname): If RANDOM_BITS is defined use this macro to get some bits of randomness instead of the usual gettimeofday or time calls. 2001-03-16 Paul Eggert <eggert@twinsun.com> * sysdeps/posix/tempname.c (uint64_t): Define to uintmax_t if not defined, and if UINT64_MAX is not defined. 2001-03-19 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'manual/math.texi')
-rw-r--r-- | manual/math.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/math.texi b/manual/math.texi index a7d6c8821b..1ec597794f 100644 --- a/manual/math.texi +++ b/manual/math.texi @@ -1445,6 +1445,9 @@ c = 0xb = 11 but they can also be changed by the user. @code{m} is of course 2^48 since the state consists of a 48-bit array. +The prototypes for these functions are in @file{stdlib.h}. +@pindex stdlib.h + @comment stdlib.h @comment SVID |