summaryrefslogtreecommitdiff
path: root/src/errno/EFAULT.h
blob: 552687669c75ad22bdc4f2d3fc7416760cdbb55d (plain)
1
2
3
4
5
6
7
8
#include <errno.h>

#define EFAULT                                                              (18)

/** Bad address **/
/*
POSIX(1)
*/