perf: fix build with musl on PowerPC

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
v19.07.3_mercusys_ac12_duma
Matthias Schiffer 8 years ago
parent 82aa061251
commit 376944c0ab
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

@ -0,0 +1,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
Loading…
Cancel
Save