Move mutex, condvar, and thread-specific data routes, pthread_once, andpthread_exit from libpthread to libc, along with low-level bits tosupport them. Major bump to both libc and libpthread.Requ
Move mutex, condvar, and thread-specific data routes, pthread_once, andpthread_exit from libpthread to libc, along with low-level bits tosupport them. Major bump to both libc and libpthread.Requested by libressl team. Ports testing by naddy@ok kettenis@
show more ...
Wrap <machine/sysarch.h> to prevent overriding internal calls, foralpha and mips64ok millert@