kmx git
Register
kc3-lang/libressl
kc3-lang
Login
kc3-lang
/
libressl
Browse
Commit
Author :
Theo Buehler
Date :
2023-12-12 23:20:44
Hash :
e2827e05
Message :
pthreads.h: avoid undefined behavior You can't pass a function pointer through a void pointer. So wrap the pthread callback in a struct. Fixes #966