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

#include <asm-generic/errno.h>

extern int errno;

void perror(const char *s);
const char *errno_str(void);

#endif /* __ERRNO_H */