Report whether a file-descriptor errno is a non-fatal retryable I/O condition.
Declared in <openssl/bio.h>
int
BIO_fd_non_fatal_error(int error);
1 if the error is considered non-fatal for fd BIO I/O, or 0 otherwise.
| Name | Description |
|---|---|
| error | Error code such as a value from errno. |