12 Commits (2f2348c9588d61680123bbe438db38acf5dfea4c)

Author SHA1 Message Date
Rich Felker 331993e3fc refactor thrd_sleep and nanosleep in terms of clock_nanosleep 7 years ago
Rich Felker 03919b26ed use namespace-safe __lseek for __stdio_seek instead of direct syscall 7 years ago
Samuel Holland c225e6c1a4 use the correct attributes for ___errno_location 7 years ago
Rich Felker f368d9fd26 make FILE a complete type for pre-C11 standard profiles 7 years ago
Rich Felker ba18c1ecc6 add membarrier syscall wrapper, refactor dynamic tls install to use it 7 years ago
Rich Felker 639bcf251e introduce namespace-safe rwlock aliases; use in pthread_key_create 7 years ago
Rich Felker 26c66c485c add namespace-safe version of getauxval for internal use 8 years ago
Rich Felker d8f2efa708 bypass indirection through pointer objects to access stdin/out/err 8 years ago
Rich Felker e13063aad7 add hidden version of &errno accessor function 8 years ago
Rich Felker 0676c3a34c use wrapper headers to hide most namespaced/internally-public symbols 8 years ago
Rich Felker c04c6993dc declare __env_rm_add in wrapper stdlib.h 8 years ago
Rich Felker 13d1afa46f overhaul internally-public declarations using wrapper headers 8 years ago