cosmopolitan/libc/sysv/dos2errno/ENOBUFS.S
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

14 lines
342 B
ArmAsm

// generated by libc/sysv/dos2errno.sh
#include "libc/nt/errors.h"
#ifndef __x86_64__
.end
#endif
.macro .e doscode systemv
.short \doscode
.long \systemv
.endm
.section .sort.rodata.dos2errno.2,"a",@progbits
.globl kDos2Errno.ENOBUFS
.type kDos2Errno.ENOBUFS,@object
kDos2Errno.ENOBUFS:
.e kNtErrorInsufficientBuffer,ENOBUFS