mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-10 22:58:26 +00:00
Get life.com in MODE=tiny back down to 12kb
This commit is contained in:
parent
23b72eb617
commit
b90fa996b4
14 changed files with 199 additions and 72 deletions
|
@ -18,6 +18,7 @@
|
|||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/calls/internal.h"
|
||||
#include "libc/calls/strace.internal.h"
|
||||
#include "libc/dce.h"
|
||||
#include "libc/intrin/describeflags.internal.h"
|
||||
#include "libc/nt/memory.h"
|
||||
#include "libc/nt/struct/securityattributes.h"
|
||||
|
@ -33,7 +34,7 @@ extern typeof(CreateFileMappingNuma) *const
|
|||
* @note this wrapper takes care of ABI, STRACE(), and __winerr()
|
||||
* @see MapViewOfFileExNuma()
|
||||
*/
|
||||
int64_t CreateFileMappingNuma(
|
||||
textwindows int64_t CreateFileMappingNuma(
|
||||
int64_t opt_hFile,
|
||||
const struct NtSecurityAttributes *opt_lpFileMappingAttributes,
|
||||
uint32_t flProtect, uint32_t dwMaximumSizeHigh, uint32_t dwMaximumSizeLow,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue