mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 12:03:41 +00:00
8f5678882d
640 bytes for old kDos2Errno table 182 bytes for new kDos2Errno under hello2.com (MODE=fastbuild) 122 bytes for new kDos2Errno under hello2.com (MODE=tiny)
12 lines
336 B
ArmAsm
12 lines
336 B
ArmAsm
// generated by libc/sysv/dos2errno.sh
|
|
#include "libc/nt/errors.h"
|
|
.macro .e doscode systemv
|
|
.short \doscode
|
|
.long \systemv
|
|
.endm
|
|
.section .sort.rodata.dos2errno.2,"a",@progbits
|
|
.globl kDos2Errno.EMSGSIZE
|
|
.type kDos2Errno.EMSGSIZE,@object
|
|
kDos2Errno.EMSGSIZE:
|
|
.e kNtErrorInvalidUserBuffer,EMSGSIZE
|
|
.e kNtErrorMoreData,EMSGSIZE
|