about summary refs log tree commit diff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* provide an internal namespace-safe __fstatRich Felker2022-05-041-0/+1
* provide an internal namespace-safe __fstatatRich Felker2022-05-011-0/+8
* add qsort_r and make qsort a wrapper around itÉrico Nogueira2021-09-231-0/+1
* give libc access to its own malloc even if public malloc is interposedRich Felker2020-11-111-0/+6
* move aio implementation details to a proper internal headerRich Felker2020-10-141-1/+0
* refactor thrd_sleep and nanosleep in terms of clock_nanosleepRich Felker2019-07-271-0/+1
* use namespace-safe __lseek for __stdio_seek instead of direct syscallRich Felker2019-07-161-0/+1
* use the correct attributes for ___errno_locationSamuel Holland2019-07-101-0/+3
* make FILE a complete type for pre-C11 standard profilesRich Felker2019-03-122-0/+11
* add membarrier syscall wrapper, refactor dynamic tls install to use itRich Felker2019-02-221-0/+9
* introduce namespace-safe rwlock aliases; use in pthread_key_createRich Felker2019-02-161-0/+7
* add namespace-safe version of getauxval for internal useRich Felker2018-12-091-0/+10
* bypass indirection through pointer objects to access stdin/out/errRich Felker2018-10-181-0/+18
* add hidden version of &errno accessor functionRich Felker2018-09-141-0/+11
* use wrapper headers to hide most namespaced/internally-public symbolsRich Felker2018-09-1212-60/+64
* declare __env_rm_add in wrapper stdlib.hRich Felker2018-09-121-0/+1
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-1214-0/+173