Skip to content
Snippets Groups Projects
Commit 2c839a33 authored by Luke Petre's avatar Luke Petre
Browse files

Adding OpenBSD as per request, verified here:...

Adding OpenBSD as per request, verified here: https://github.com/openbsd/src/blob/master/sys/sys/stat.h#L188
parent 2b158cef
No related branches found
No related tags found
No related merge requests found
...@@ -748,6 +748,9 @@ pub const ELAST : ::c_int = 95; ...@@ -748,6 +748,9 @@ pub const ELAST : ::c_int = 95;
pub const F_DUPFD_CLOEXEC : ::c_int = 10; pub const F_DUPFD_CLOEXEC : ::c_int = 10;
pub const UTIME_OMIT: c_long = -2;
pub const UTIME_NOW: c_long = -1;
pub const AT_FDCWD: ::c_int = -100; pub const AT_FDCWD: ::c_int = -100;
pub const AT_EACCESS: ::c_int = 0x01; pub const AT_EACCESS: ::c_int = 0x01;
pub const AT_SYMLINK_NOFOLLOW: ::c_int = 0x02; pub const AT_SYMLINK_NOFOLLOW: ::c_int = 0x02;
......
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