aboutsummaryrefslogtreecommitdiff
path: root/test/includes/pre/sys/errno.h
blob: 0b8934d33e777b34d1432070a9efce25a532e5cc (plain) (blame)
1
2
3
4
#include <sys/errno.h>

static const int kENOENT = ENOENT;
static const int kEEXIST = EEXIST;