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

extern int errno;

#include <linux/errno.h>

extern int *__errno_location(void);
extern void __set_errno(int error);

#endif