summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/drand48-iter.c
Commit message (Collapse)AuthorAgeFilesLines
* Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen2002-08-251-39/+0
| | | | | | sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik
* Patch from Jarkko to fix drand48 to not use long long whenEric Andersen2002-08-151-0/+40
| | | | long long support is disabled in the uClibc Config.
* Cleanup some silly warningsEric Andersen2002-08-081-3/+1
|
* Merge in an ugly pile of rand* functions from glibc. :(Eric Andersen2002-03-131-0/+59