Merge remote-tracking branch 'mfleming/for-hpa/makefile-cleanup'
[profile/ivi/syslinux.git] / memdump / errno.h
1 #ifndef ERRNO_H
2 #define ERRNO_H
3
4 int errno;
5 void perror(const char *);
6
7 #endif /* ERRNO_H */