diff options
Diffstat (limited to 'src/runtime/amd64_linux.h')
| -rw-r--r-- | src/runtime/amd64_linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/amd64_linux.h b/src/runtime/amd64_linux.h index 743289d9ca..9412954b4c 100644 --- a/src/runtime/amd64_linux.h +++ b/src/runtime/amd64_linux.h @@ -38,3 +38,5 @@ struct stat { struct timespec st_mtime; /* time of last modification */ struct timespec st_ctime; /* time of last status change */ }; + +#define O_CREAT 0100 |
