Initial commit
This commit is contained in:
8
package/devel/perf/musl-include/asm/errno.h
Normal file
8
package/devel/perf/musl-include/asm/errno.h
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user