Sign in
gfiber
/
barebox
/
mindspeed
/
eb7c6b827fbfc8073cacf0f003a91f6539be0181
/
.
/
include
/
errno.h
blob: 025816e067fed764c776acd74dfeef5054cc0add [
file
] [
log
] [
blame
]
#ifndef
__ERRNO_H
#define
__ERRNO_H
#include
<asm-generic/errno.h>
extern
int
errno
;
void
perror
(
const
char
*
s
);
const
char
*
errno_str
(
void
);
const
char
*
strerror
(
int
errnum
);
#endif
/* __ERRNO_H */