Skip to content
Snippets Groups Projects
Unverified Commit 376944c0 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

perf: fix build with musl on PowerPC

parent 82aa0612
No related branches found
No related tags found
No related merge requests found
#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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment