kern
annotate src/klibc/errno.h @ 68:0a205396e1a0
- added a generic red-black tree data structure
- added a VM map as an red-black tree of vm_pages in the process structure
- constructed the vm map of the memory passed by the kernel initially to the first process.
author | John Tsiombikas <nuclear@mutantstargoat.com> |
---|---|
date | Mon, 10 Oct 2011 04:16:01 +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_ */ |