2022-09-13 13:25:50 +00:00
|
|
|
// generated by libc/sysv/dos2errno.sh
|
|
|
|
#include "libc/nt/errors.h"
|
2023-05-19 02:05:08 +00:00
|
|
|
#ifndef __x86_64__
|
|
|
|
.end
|
|
|
|
#endif
|
2022-09-13 13:25:50 +00:00
|
|
|
.macro .e doscode systemv
|
|
|
|
.short \doscode
|
|
|
|
.long \systemv
|
|
|
|
.endm
|
|
|
|
.section .sort.rodata.dos2errno.2,"a",@progbits
|
|
|
|
.globl kDos2Errno.ENOMEM
|
|
|
|
.type kDos2Errno.ENOMEM,@object
|
|
|
|
kDos2Errno.ENOMEM:
|
|
|
|
.e kNtErrorCommitmentLimit,ENOMEM
|
|
|
|
.e kNtErrorNonpagedSystemResources,ENOMEM
|
|
|
|
.e kNtErrorNotEnoughMemory,ENOMEM
|
|
|
|
.e kNtErrorNotEnoughQuota,ENOMEM
|
|
|
|
.e kNtErrorNoSystemResources,ENOMEM
|
|
|
|
.e kNtErrorPagedSystemResources,ENOMEM
|
|
|
|
.e kNtErrorPagefileQuota,ENOMEM
|
|
|
|
.e kNtErrorTooManyNames,ENOMEM
|
|
|
|
.e kNtErrorWorkingSetQuota,ENOMEM
|
|
|
|
.e WSAEPROCLIM,ENOMEM
|