summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/drand48-iter.c
Commit message (Collapse)AuthorAgeFilesLines
* really fix missing __libc_drand48_dataPeter S. Mazinger2011-03-101-0/+4
| | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
* Revert "missing prototype of __libc_drand48_data fixed"Peter S. Mazinger2011-03-101-1/+0
| | | | | | This reverts commit e2cea9b9edabe885b9bf2586f9541ffb8fe93f3f. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
* missing prototype of __libc_drand48_data fixedPeter S. Mazinger2011-03-101-0/+1
| | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
* move prototype for __drand48_iterate and __libc_drand48_data to stdlib.hPeter S. Mazinger2011-03-091-4/+0
| | | | | | Move them to a common header guarded by _LIBC Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
* - note that __drand48_iterate should be voidBernhard Reutner-Fischer2008-05-201-0/+3
|
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-201-5/+1
|
* sync minor touchups with glibcMike Frysinger2006-02-201-3/+4
|
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-1/+2
|
* hide internal __libc_drand48_data symbolMike Frysinger2006-01-081-1/+1
|
* Some more hidden internalsPeter S. Mazinger2005-11-261-1/+1
|
* 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