summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/errno.h
blob: f4ba482b59a214201faba6c3a86e986bff23fbc6 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _ERRNO_H
#define	_ERRNO_H

extern int errno;

#include <linux/errno.h>

extern void __set_errno(int error);

#endif