kern

view src/klibc/errno.h @ 79:2dda077c1d38

silenced a warning about a missing prototype in panic.c
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 06 Dec 2011 12:59:38 +0200
parents f44bec97a0ec
children
line source
1 #ifndef ERRNO_H_
2 #define ERRNO_H_
4 /* all kernel-definitions that should be shared with user space
5 * are in include/kdef.h
6 */
7 #include "kdef.h"
9 #endif /* ERRNO_H_ */