include/internal/thread_once.h
0 → 100644
+42
−0
Loading
Because pthread_once() takes a function taking no argument and
returning nothing, and we want to be able to check if they're
successful, we define a few internal macros to get around the issue.
Reviewed-by:
Kurt Roeckx <kurt@openssl.org>