|
libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
| void | explain_buffer_enosys_socket (explain_string_buffer_t *sb, const char *syscall_name, int fildes) |
| void explain_buffer_enosys_socket | ( | explain_string_buffer_t * | sb, |
| const char * | syscall_name, | ||
| int | fildes | ||
| ) |
The explain_buffer_enosys_socket function may be used to print an explanation of an ENOSYS or EOPNOTSUPP error, associated with a particular network socket.
| sb | The string buffer to print into. |
| syscall_name | The name of the offending system call. |
| fildes | The offending file descriptor. |
1.7.6.1