Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include stdint.h over sys/types.h | bcook | 2019-01-20 | 1 | -2/+2 |
| | | | | ok deraadt@ tedu@ | ||||
* | Wrap <stdlib.h> so that calls go direct and the symbols not in the | guenther | 2015-09-13 | 1 | -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 projects | deraadt | 2014-07-12 | 1 | -0/+56 |
now using this as upstream code. The particular problem is systems that contain older arc4random derivations lacking arc4random_uniform(). ok tedu miod |