cosmopolitan/libc/sysv/dos2errno
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
..
EACCES.S
EADDRINUSE.S
EADDRNOTAVAIL.S
EAGAIN.S
EBADF.S
ECONNABORTED.S
ECONNREFUSED.S
ECONNRESET.S
EDQUOT.S
EEXIST.S
EFAULT.S Fix some more issues 2023-09-21 11:41:42 -07:00
EHOSTUNREACH.S
EINPROGRESS.S
EINTR.S
EINVAL.S
EISCONN.S
EMSGSIZE.S
ENAMETOOLONG.S
ENETDOWN.S
ENETUNREACH.S
ENOBUFS.S Fix some more issues 2023-09-21 11:41:42 -07:00
ENOENT.S
ENOEXEC.S
ENOMEM.S
ENOSYS.S
ENOTEMPTY.S
ENOTSUP.S
EPIPE.S
ETIMEDOUT.S
EWOULDBLOCK.S