libexplain  1.4.D001
Functions
libexplain/buffer/einval/signalfd.c File Reference
#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)

Function Documentation

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.

Parameters:
sbThe buffer to print into.
captionThe name of the offending system call argument.

Definition at line 23 of file signalfd.c.