Trim down executable sizes

This commit is contained in:
Justine Tunney 2021-02-11 08:37:18 -08:00
parent ec69413f83
commit bfa8581537
19 changed files with 1176 additions and 131 deletions

View file

@ -27,7 +27,7 @@
#include "libc/runtime/runtime.h"
textwindows int sys_fstatat_nt(int dirfd, const char *path, struct stat *st,
uint32_t flags) {
uint32_t flags) {
int rc;
int64_t fh;
uint16_t path16[PATH_MAX];