errno.h 216 B

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