kern

view src/klibc/errno.h @ 64:c2692696f9ab

forgot to handle the cow argument to clone_vm
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 17 Aug 2011 05:43:47 +0300
parents
children 3941e82b07f2
line source
1 #ifndef ERRNO_H_
2 #define ERRNO_H_
4 #define EAGAIN 1
6 #endif /* ERRNO_H_ */