kern

annotate src/klibc/errno.h @ 71:c7bd6ec7b946

changed test_proc to modify memory after the fork in order to try out copy-on-write, by pushing the result of getpid on the stack.
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 13 Oct 2011 05:22:35 +0300
parents
children 3941e82b07f2
rev   line source
nuclear@63 1 #ifndef ERRNO_H_
nuclear@63 2 #define ERRNO_H_
nuclear@63 3
nuclear@63 4 #define EAGAIN 1
nuclear@63 5
nuclear@63 6 #endif /* ERRNO_H_ */