Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 19 Mar 2001 23:34:54 +0000 (23:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 19 Mar 2001 23:34:54 +0000 (23:34 +0000)
commitf2615995a753b80dd8d9fce55f5e87e8105f2d82
tree3a5196fcebde20a334b70bd82fbbfb9a2269576c
parent96c0d65dc3644467a0521cc4084274be073fb5e0
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>
ChangeLog
manual/math.texi
sysdeps/posix/tempname.c
sysdeps/unix/i386/i686/tempname.c [new file with mode: 0644]