summaryrefslogtreecommitdiff
path: root/src/wasi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasi.rs')
-rw-r--r--src/wasi.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasi.rs b/src/wasi.rs
index e1ffeded9f..7100a99785 100644
--- a/src/wasi.rs
+++ b/src/wasi.rs
@@ -334,6 +334,8 @@ pub const AT_EACCESS: c_int = 0x0;
pub const AT_SYMLINK_NOFOLLOW: c_int = 0x1;
pub const AT_SYMLINK_FOLLOW: c_int = 0x2;
pub const AT_REMOVEDIR: c_int = 0x4;
+pub const UTIME_OMIT: c_long = 1073741822;
+pub const UTIME_NOW: c_long = 1073741823;
pub const E2BIG: c_int = __WASI_E2BIG as c_int;
pub const EACCES: c_int = __WASI_EACCES as c_int;