OSDN Git Service

fix call to __pthread_tsd_run_dtors with too many arguments
authorRich Felker <dalias@aerifal.cx>
Mon, 21 Jan 2019 16:47:55 +0000 (11:47 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 21 Jan 2019 16:47:55 +0000 (11:47 -0500)
commitce32db471500bc43e8cf7c8b84198a77fda78a71
tree721588d16a0e2ac9d2eb80466f4b0e2b46a3a8de
parentaba17aa3599c06af39ca7a89188070f4184945c5
fix call to __pthread_tsd_run_dtors with too many arguments

commit a6054e3c94aa0491d7366e4b05ae0d73f661bfe2 removed the argument,
making it a constraint violation to pass one. caught by cparser/firm;
other compilers seem to ignore it.
src/time/timer_create.c