We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b158ce commit 2c839a3Copy full SHA for 2c839a3
src/unix/bsd/netbsdlike/openbsd/mod.rs
@@ -748,6 +748,9 @@ pub const ELAST : ::c_int = 95;
748
749
pub const F_DUPFD_CLOEXEC : ::c_int = 10;
750
751
+pub const UTIME_OMIT: c_long = -2;
752
+pub const UTIME_NOW: c_long = -1;
753
+
754
pub const AT_FDCWD: ::c_int = -100;
755
pub const AT_EACCESS: ::c_int = 0x01;
756
pub const AT_SYMLINK_NOFOLLOW: ::c_int = 0x02;
0 commit comments