Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-03 | Fix copyright years and addresses | Amos 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 | |||
2018-01-27 | Use pthread_key for libc_key | Samuel Thibault | |
* sysdeps/pthread/pthread-functions.h (struct pthread_functions): Rename ptr_pthread_key_create, ptr_pthread_getspecific, ptr_pthread_setspecific fields into ptr___pthread_key_create, ptr___pthread_getspecific, ptr___pthread_setspecific * pthread/pt-initialize.c (struct pthread_functions): Likewise. * sysdeps/pthread/libc-lockP.h (__libc_key_t): Define type. [IS_IN (libpthread)] (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Directly call pthread functions. (__libc_key_create): Define macro to calling __pthread_key_create. (__libc_getspecific): Define macro to calling __pthread_getspecific. (__libc_setspecific): Define macro to calling __pthread_setspecific. | |||
2016-10-17 | Fix too weak references when linking libpthread statically | Samuel Thibault | |
* sysdeps/pthread/libc-lockP.h [IS_IN (libpthread)]: Do not make __pthread symbols weak. | |||
2016-08-23 | Merge branch 'master-glibc-2.22' into master-glibc-2.23 | Samuel Thibault | |
2016-03-21 | Fix weak reference for static linking | Samuel Thibault | |
2016-03-19 | Fix build with 2.23 | Samuel Thibault | |
* sysdeps/pthread/bits/libc-lockP.h: Move to... * sysdeps/pthread/libc-lockP.h: ... here. |