aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_mutex_consistent.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-12add internal header for declaring __pleval function (used by gettext)Rich Felker3-1/+8
2018-09-12move __stdio_exit_needed to stdio_impl.hRich Felker3-4/+2
2018-09-12move __loc_is_allocated declaration to locale_impl.hRich Felker2-2/+1
2018-09-12move declarations of tls setup/access functions to pthread_impl.hRich Felker5-10/+6
2018-09-12add and use internal header for *rand48 lcgRich Felker8-13/+12
2018-09-12move __strftime_fmt_1 declaration to time_impl.hRich Felker2-2/+2
2018-09-12move __tm_to_tzname declaration to time_impl.h with related functionsRich Felker2-1/+1
2018-09-12remove unused code from strcpy.cRich Felker1-7/+0
2018-09-12move __res_msend_rc declaration to lookup.hRich Felker2-1/+1
2018-09-12fix type-mismatched declarations of __nl_langinfo_l in source filesRich Felker2-2/+2
2018-09-12for c11 mtx and cnd functions, use externally consistent type namesRich Felker6-12/+17
2018-09-12move and deduplicate declarations of __dns_parse to make it checkableRich Felker4-2/+3
2018-09-12move lgamma-related internal declarations to libm.hRich Felker5-12/+7
2018-09-12declare __syscall_ret as hidden in vfork asmRich Felker4-0/+4