mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 11:18:30 +00:00
Add epoll and do more release readiness changes
This change also pays off some of the remaining technical debt with stdio, file descriptors, and memory managemnt polyfills.
This commit is contained in:
parent
a9ea949df8
commit
3e4fd4b0ad
271 changed files with 5706 additions and 1365 deletions
|
@ -180,11 +180,6 @@ NtStatus NtFlushInstructionCache(int64_t ProcessHandle, void *opt_BaseAddress,
|
|||
size_t FlushSize);
|
||||
NtStatus NtQueryAttributesFile(const struct NtObjectAttributes *object,
|
||||
struct NtFileBasicInformation *file_information);
|
||||
NtStatus NtDeviceIoControlFile(
|
||||
int64_t FileHandle, void *opt_Event, NtIoApcRoutine opt_ApcRoutine,
|
||||
void *opt_ApcContext, struct NtIoStatusBlock *out_IoStatusBlock,
|
||||
uint32_t IoControlCode, void *opt_InputBuffer, uint32_t InputBufferLength,
|
||||
void *opt_out_OutputBuffer, uint32_t OutputBufferLength);
|
||||
NtStatus NtQueryDirectoryFile(
|
||||
int64_t FileHandle, void *opt_Event, NtIoApcRoutine opt_ApcRoutine,
|
||||
void *opt_ApcContext, struct NtIoStatusBlock *out_IoStatusBlock,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue