diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-11 20:41:05 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-11 20:41:05 -0400 |
commit | 787c3b0fd09ea8456d2391e59e7589f0cf8f5555 (patch) | |
tree | cd37698def0dca42b34bc13c6da3d7f5fdfd16c0 /src/fcntl/open.c | |
parent | 0a908b26fa745b4b295e705564af5eaf25e4fbd4 (diff) |
move auto-generated nonstd/syscall.h to static private _syscall.h
Diffstat (limited to 'src/fcntl/open.c')
-rw-r--r-- | src/fcntl/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcntl/open.c b/src/fcntl/open.c index 07bf7f6d..04102a64 100644 --- a/src/fcntl/open.c +++ b/src/fcntl/open.c @@ -3,7 +3,7 @@ #include "sys/stat.h" /* OH */ #include "errno.h" #include "stdarg.h" -#include "nonstd/syscall.h" +#include "../_syscall.h" int open(const char *path, int oflag, ...) { |