summaryrefslogtreecommitdiff
path: root/libc/stdlib/drand48-iter.c
AgeCommit message (Collapse)Author
2002-08-25Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen
sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik
2002-08-15Patch from Jarkko to fix drand48 to not use long long whenEric Andersen
long long support is disabled in the uClibc Config.
2002-08-08Cleanup some silly warningsEric Andersen
2002-03-13Merge in an ugly pile of rand* functions from glibc. :(Eric Andersen