Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
ERR_remove_thread_state, ERR_remove_state — free a thread's OpenSSL error queueSYNOPSIS
#include <openssl/err.h>ERR_remove_thread_state(const CRYPTO_THREADID *tid);
void
ERR_remove_state(unsigned long pid);