mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
4f5d5a6813
- 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 `#!`.
14 lines
342 B
ArmAsm
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
|