libexplain  1.4.D001
Functions
libexplain/buffer/eacces/syscall.c File Reference
#include <libexplain/buffer/eacces.h>

Go to the source code of this file.

Functions

void explain_buffer_eacces_syscall (explain_string_buffer_t *sb, const char *syscall_name)

Function Documentation

void explain_buffer_eacces_syscall ( explain_string_buffer_t sb,
const char *  syscall_name 
)

The explain_buffer_eacces_syscall function may be used to explan an EACCES error returned from a given system call.

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

Definition at line 23 of file syscall.c.