libexplain  1.4.D001
Functions
libexplain/buffer/eintr.h File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_eintr (explain_string_buffer_t *sb, const char *caption)

Function Documentation

void explain_buffer_eintr ( explain_string_buffer_t sb,
const char *  caption 
)

The explain_buffer_eintr function may be used to report an EINTR error, using a common explanation for all system calls.

Parameters:
sbThe string buffer to print into
captionthe name of the operation this is not complete

Definition at line 24 of file eintr.c.