kern

view src/klibc/errno.h @ 63:f44bec97a0ec

added errno.h in klibc
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 17 Aug 2011 05:42:44 +0300
parents
children 3941e82b07f2
line source
1 #ifndef ERRNO_H_
2 #define ERRNO_H_
4 #define EAGAIN 1
6 #endif /* ERRNO_H_ */