UTIME_OMIT and UTIME_NOW values are inverted on OpenBSD. correct it
This commit is contained in:
parent
fd963f4d79
commit
255b01e658
@ -748,8 +748,8 @@ pub const ELAST : ::c_int = 95;
|
||||
|
||||
pub const F_DUPFD_CLOEXEC : ::c_int = 10;
|
||||
|
||||
pub const UTIME_OMIT: c_long = -2;
|
||||
pub const UTIME_NOW: c_long = -1;
|
||||
pub const UTIME_OMIT: c_long = -1;
|
||||
pub const UTIME_NOW: c_long = -2;
|
||||
|
||||
pub const AT_FDCWD: ::c_int = -100;
|
||||
pub const AT_EACCESS: ::c_int = 0x01;
|
||||
|
Loading…
Reference in New Issue
Block a user