Skip to content
Snippets Groups Projects
Commit 0606678d authored by bors's avatar bors
Browse files

Auto merge of #1487 - lpetre:add_more_utime_constants, r=gnzlbg

parents a131ca35 600a67fe
No related branches found
No related tags found
No related merge requests found
......@@ -1002,6 +1002,10 @@ pub const SF_NOHISTORY: ::c_ulong = 0x00400000;
pub const SF_CACHE: ::c_ulong = 0x00800000;
pub const SF_XLINK: ::c_ulong = 0x01000000;
// timespec constants
pub const UTIME_OMIT: c_long = -2;
pub const UTIME_NOW: c_long = -1;
fn _CMSG_ALIGN(n: usize) -> usize {
(n + 3) & !3
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment