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.
2 parents 7869d20 + 255b01e commit 9af04ceCopy full SHA for 9af04ce
src/unix/bsd/netbsdlike/openbsd/mod.rs
@@ -748,8 +748,8 @@ 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;
+pub const UTIME_OMIT: c_long = -1;
+pub const UTIME_NOW: c_long = -2;
753
754
pub const AT_FDCWD: ::c_int = -100;
755
pub const AT_EACCESS: ::c_int = 0x01;
0 commit comments