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

#define EEXIST                                                              (17)

/** File exists **/
/*
POSIX(1)
*/