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.EACCES
|
|
|
|
.type kDos2Errno.EACCES,@object
|
|
|
|
kDos2Errno.EACCES:
|
|
|
|
.e kNtErrorBadCommand,EACCES
|
|
|
|
.e kNtErrorBadLength,EACCES
|
|
|
|
.e kNtErrorCannotMake,EACCES
|
|
|
|
.e kNtErrorCrc,EACCES
|
|
|
|
.e kNtErrorGenFailure,EACCES
|
|
|
|
.e kNtErrorNetworkAccessDenied,EACCES
|
|
|
|
.e kNtErrorNotReady,EACCES
|
|
|
|
.e kNtErrorOutOfPaper,EACCES
|
|
|
|
.e kNtErrorSectorNotFound,EACCES
|
|
|
|
.e kNtErrorSharingViolation,EACCES
|
|
|
|
.e kNtErrorWriteProtect,EACCES
|
|
|
|
.e kNtErrorWrongDisk,EACCES
|
|
|
|
.e WSAEACCES,EACCES
|