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 fd963f4 commit 255b01eCopy full SHA for 255b01e
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