summaryrefslogtreecommitdiff
path: root/klibc/include/errno.h
blob: b2e666504de2c65d604a65849b4badbc9f5baf40 (plain)
1
2
3
4
5
6
7
8
/*
 * errno.h
 */

#include <klibc/extern.h>
#include <asm/errno.h>

__extern int errno;