mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Fix build break
This commit is contained in:
parent
2bad436abf
commit
be3e109309
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "libc/stdio/stdio.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/sysv/consts/o.h"
|
||||
#include "libc/sysv/errfuns.h"
|
||||
|
||||
static const char *fixpathname(const char *pathname, int flags) {
|
||||
if ((flags & O_ACCMODE) == O_RDONLY && strcmp(pathname, "-") == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue