libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_esocktnosupport (explain_string_buffer_t *sb, const char *syscall_name, int fildes) |
void explain_buffer_esocktnosupport | ( | explain_string_buffer_t * | sb, |
const char * | syscall_name, | ||
int | fildes | ||
) |
The explain_buffer_esocktnosupport function may be used to print an explanation of an ESOCKTNOSUPPORT error.
sb | The string buffer to print into. |
syscall_name | the name of the offending system call. |
fildes | The file descriptor in question. |
Definition at line 24 of file esocktnosupport.c.