libexplain
1.4.D001
|
#include <libexplain/buffer/einval.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_einval_signalfd (explain_string_buffer_t *sb, const char *caption) |
void explain_buffer_einval_signalfd | ( | explain_string_buffer_t * | sb, |
const char * | caption | ||
) |
The explain_buffer_einval_signalfd function is use to print an explanation of an EINVAL error reported by the signalfd system call reposrt an EINVAL error, in the case where the file descriptor is actually open, but does not refer to a valid signalfd file descriptor.
sb | The buffer to print into. |
caption | The name of the offending system call argument. |
Definition at line 23 of file signalfd.c.