From f2615995a753b80dd8d9fce55f5e87e8105f2d82 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 19 Mar 2001 23:34:54 +0000 Subject: 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 * 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 --- manual/math.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manual/math.texi') 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 -- cgit v1.2.3