summaryrefslogtreecommitdiff
path: root/pthread/pt-yield.c
AgeCommit message (Collapse)Author
2018-03-28Fix coding styleSamuel Thibault
2018-03-03Fix copyright years and addressesAmos Jeffries
* sysdeps/mach/hurd/bits/mutex.h: reformat copyright blurb intro to match other files * replace Free Software Foundation address using gnu.org URL from upstream glibc copyright blurbs. * apply upstream glibc scripts/update-copyrights * update copyright date syntax per upstream glibc request
2010-05-19Add pthread_yield functionSamuel Thibault
* pthread/pt-yield.c: New file. * Makefile (SRCS): Add pt-yield.c * Makefile.am (libpthread_a_SOURCES): Add pt-yield.c