cosmopolitan/libc/nt/ntdll/NtQueryInformationFile.S
2023-05-10 04:20:46 -07:00

14 lines
299 B
ArmAsm

#include "libc/nt/ntdllimport.h"
.ntimp NtQueryInformationFile,NtQueryInformationFile
#ifdef __x86_64__
.text.windows
NtQueryInformationFile:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_NtQueryInformationFile(%rip),%rax
jmp __sysv2nt6
.endfn NtQueryInformationFile,globl
.previous
#endif