summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/arc4random_uniform.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include stdint.h over sys/types.hbcook2019-01-201-2/+2
| | | | ok deraadt@ tedu@
* Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2015-09-131-1/+2
| | | | | | C standard are all weak. Apply __{BEGIN,END}_HIDDEN_DECLS to gdtoa{,imp}.h, hiding the arch-specific __strtorx, __ULtox_D2A, __strtorQ, __ULtoQ_D2A symbols.
* Split arc4random_uniform into it's own file, to assist other projectsderaadt2014-07-121-0/+56
now using this as upstream code. The particular problem is systems that contain older arc4random derivations lacking arc4random_uniform(). ok tedu miod