summaryrefslogtreecommitdiffstats
path: root/include/errno.h
blob: 03d1723cacb7e11848d985abdf7893fe30bf9a11 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ERRNO_H
#define __ERRNO_H

#include <asm-generic/errno.h>

extern int errno;

void perror(const char *s);

#endif /* __ERRNO_H */