Remove the error queue for a process id (deprecated; use ERR_remove_thread_state).

Synopsis

Declared in <openssl/err.h>

[[deprecated]]
void
ERR_remove_state(unsigned long pid);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Parameters

Name

Description

pid

Ignored; historically identified the process whose state was cleared.

Created with MrDocs