summaryrefslogtreecommitdiffstats
path: root/sys/errno.h
blob: 8d0c98099724fe312273d0d984294bba72e3a4fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _SYS_ERRNO_H
#define _SYS_ERRNO_H 1

#define ENOPERM 1
#define EFAULT 2
#define EINVAL 3
#define ENOSYS 4
#define ENOTFOUND 5

#endif