summaryrefslogtreecommitdiff
path: root/libgcompat/stdlib.c
AgeCommit message (Collapse)AuthorFilesLines
2018-09-11stdlib: Add secure_getenv alias to __secure_getenvSamuel Holland1-0/+3
Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-01-15stdlib: add __strtol_internalWilliam Pitcock1-0/+10
Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-01-15stdlib: Implement most LSB functions plus moreSamuel Holland1-5/+107
* Fix prototype of __realpath_chk. * Add all strto* functions from LSB, plus the ones thata were previously incorrectly in string.c The main missing LSB functions are the reentrant random functions, which should not be used anyway. Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-01-14global: Format the code consistentlySamuel Holland1-2/+2
* Apply clang-format. * Change all comments to the same style. * Add braces as dictated by the coding style guidelines. Signed-off-by: Samuel Holland <samuel@sholland.org>
2017-06-14move all compatibility library stuff into libgcompat/William Pitcock1-0/+14