The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#include <freeradius-devel/build.h>
#include <freeradius-devel/missing.h>
#include <errno.h>
#include <stdint.h>
#include <string.h>
Go to the source code of this file.
Functions | |
char const * | fr_syserror (int num) |
Guaranteed to be thread-safe version of strerror. More... | |
char const * | fr_syserror_simple (int num) |
Guaranteed to be thread-safe version of strerror. More... | |
char const* fr_syserror | ( | int | num | ) |
Guaranteed to be thread-safe version of strerror.
num | errno as returned by function or from global errno. |
Definition at line 243 of file syserror.c.
char const* fr_syserror_simple | ( | int | num | ) |
Guaranteed to be thread-safe version of strerror.
num | errno as returned by function or from global errno. |
Definition at line 291 of file syserror.c.