cosmopolitan/libc/isystem/arm_acle.h
Justine Tunney 4f5d5a6813
Fix some more issues
- ARM Neon headers are now exported in libc/isystem/

- stat() and access() now do a better job reporting which files are
  executable which ones aren't. They do this by reading the first two
  bytes in a file to see if it's `MZ` or `#!`.
2023-09-21 11:41:42 -07:00

5 lines
194 B
C

#ifndef COSMOPOLITAN_LIBC_ISYSTEM_ARM_ACLE_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_ARM_ACLE_H_
#include "third_party/aarch64/arm_acle.internal.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_ARM_ACLE_H_ */