Fix dash compatible syntax issue

This commit is contained in:
Justine Tunney 2023-11-17 16:47:47 -08:00
parent 2c9d2943d6
commit 72ac5f18d9
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
9 changed files with 13 additions and 4 deletions

View file

@ -19,6 +19,7 @@
#include "libc/calls/syscall-nt.internal.h"
#include "libc/calls/syscall_support-nt.internal.h"
#include "libc/nt/files.h"
#include "libc/str/str.h"
textwindows int sys_mkdirat_nt(int dirfd, const char *path, uint32_t mode) {
char16_t path16[PATH_MAX];