Rich Felker 16a522bab0 fix unintended linking dependency of pthread_key_create on __synccall
commit 84d061d5a31c9c773e29e1e2b1ffe8cb9557bc58 attempted to do this
already, but omitted from pthread_key_create.c the weak definition of
__pthread_key_delete_synccall, so that the definition provided by
pthread_key_delete.c was always pulled in.

based on patch by Markus Wichmann, but with a weak alias rather than
weak reference for consistency/policy about dependence on tooling
features.
2019-01-16 23:50:08 -05:00
..
2018-10-10 16:15:51 -04:00
2018-10-15 14:45:28 -04:00
2018-09-20 17:57:47 -04:00