Newer
Older
barebox / include / errno.h
@Sascha Hauer Sascha Hauer on 5 Jul 2007 169 bytes svn_rev_455
#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 */