|
libexplain
1.4.D001
|
#include <libexplain/buffer/enosys.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_enosys_vague (explain_string_buffer_t *sb, const char *syscall_name) |
| void explain_buffer_enosys_vague | ( | explain_string_buffer_t * | sb, |
| const char * | syscall_name | ||
| ) |
The explain_buffer_enosys_vague function may be used to print an explanation of an ENOSYS or EOPNOTSUPP error. This is a generic message, use a more specific one if at all possible.
| sb | The string buffer to print into. |
| syscall_name | The name of the offending system call. |
1.7.6.1