fix mismatched type of __pthread_tsd_run_dtors weak definition
authorRich Felker <dalias@aerifal.cx>
Fri, 10 Nov 2017 00:56:26 +0000 (19:56 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 10 Nov 2017 00:56:26 +0000 (19:56 -0500)
commit67b29947893cd5991a8cbab8aef4f3b2ebfa73fe
treeae2a07a7cfd6f401de2dff63abc1d825a1e2fb74
parent13935337f3e9bbf9db9e6403d761bc670ea1a6d5
fix mismatched type of __pthread_tsd_run_dtors weak definition

commit a6054e3c94aa0491d7366e4b05ae0d73f661bfe2 changed this function
not to take an argument, but the weak definition used by timer_create
was not updated to match.

reported by Pascal Cuoq.
src/time/timer_create.c