aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_mutex_init.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-10fix wrong value of FLT_EVAL_METHOD for x86_64Rich Felker1-1/+1
2012-07-08make arm syscalls (still non-inline) more efficientRich Felker1-6/+6
2012-07-08remove little-endian assumption from arm atomic.hRich Felker1-4/+6
2012-07-07fix dlsym RTLD_NEXT supportRich Felker1-1/+3
2012-07-04putw is supposed to return 0 (not the value written) on successRich Felker1-1/+1
2012-07-04make sure getw/putw agree with prototypes by defining _GNU_SOURCERich Felker2-0/+2
2012-07-04add prototypes for getw/putwRich Felker1-0/+2
2012-07-03configure: only use -ffloat-store on i386Rich Felker1-1/+1
2012-07-03jmp_buf overhaul fixing several issuesRich Felker6-14/+15