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