blob: 8c4b1beb5289a4806aab49fd3d8c4b116a67450d (
plain)
1
2
3
4
5
6
7
8
|
#ifndef __MUSL_COMPAT_ASM_ERRNO_H
#define __MUSL_COMPAT_ASM_ERRNO_H
/* Avoid including different versions of errno.h, the defines (incorrectly)
* cause a redefinition error on PowerPC */
#include <errno.h>
#endif
|