Luna/kernel/include/errno.h

9 lines
134 B
C
Raw Normal View History

#pragma once
#define EPERM 1
#define ENOENT 2
#define EBADF 9
#define ENOMEM 12
#define EINVAL 22
#define EMFILE 24
#define ENOSYS 38