kern

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/klibc/errno.h	Wed Aug 17 05:42:44 2011 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef ERRNO_H_
     1.5 +#define ERRNO_H_
     1.6 +
     1.7 +#define EAGAIN		1
     1.8 +
     1.9 +#endif	/* ERRNO_H_ */