diff options
Diffstat (limited to 'src/unix/notbsd/linux/other/b64/sparc64.rs')
-rw-r--r-- | src/unix/notbsd/linux/other/b64/sparc64.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unix/notbsd/linux/other/b64/sparc64.rs b/src/unix/notbsd/linux/other/b64/sparc64.rs index c9c4b4cdcb..487d71b157 100644 --- a/src/unix/notbsd/linux/other/b64/sparc64.rs +++ b/src/unix/notbsd/linux/other/b64/sparc64.rs @@ -98,6 +98,8 @@ pub const O_SYNC: ::c_int = 0x802000; pub const O_RSYNC: ::c_int = 0x802000; pub const O_DSYNC: ::c_int = 0x2000; pub const O_FSYNC: ::c_int = 0x802000; +pub const O_NOATIME: ::c_int = 0x200000; +pub const O_PATH: ::c_int = 0x1000000; pub const MAP_GROWSDOWN: ::c_int = 0x0200; |