summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorLines
2022-05-04provide an internal namespace-safe __fstatRich Felker-0/+1
2022-05-01provide an internal namespace-safe __fstatatRich Felker-0/+8
2021-09-23add qsort_r and make qsort a wrapper around itÉrico Nogueira-0/+1
2020-11-11give libc access to its own malloc even if public malloc is interposedRich Felker-0/+6
2020-10-14move aio implementation details to a proper internal headerRich Felker-1/+0
2019-07-27refactor thrd_sleep and nanosleep in terms of clock_nanosleepRich Felker-0/+1
2019-07-16use namespace-safe __lseek for __stdio_seek instead of direct syscallRich Felker-0/+1
2019-07-10use the correct attributes for ___errno_locationSamuel Holland-0/+3
2019-03-12make FILE a complete type for pre-C11 standard profilesRich Felker-0/+11
2019-02-22add membarrier syscall wrapper, refactor dynamic tls install to use itRich Felker-0/+9
2019-02-16introduce namespace-safe rwlock aliases; use in pthread_key_createRich Felker-0/+7
2018-12-09add namespace-safe version of getauxval for internal useRich Felker-0/+10
2018-10-18bypass indirection through pointer objects to access stdin/out/errRich Felker-0/+18
2018-09-14add hidden version of &errno accessor functionRich Felker-0/+11
2018-09-12use wrapper headers to hide most namespaced/internally-public symbolsRich Felker-60/+64
2018-09-12declare __env_rm_add in wrapper stdlib.hRich Felker-0/+1
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-0/+173