File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1966,6 +1966,7 @@ pub const POSIX_FADV_WILLNEED: ::c_int = 3;
1966
1966
pub const AT_FDCWD : :: c_int = -100 ;
1967
1967
pub const AT_SYMLINK_NOFOLLOW : :: c_int = 0x100 ;
1968
1968
pub const AT_REMOVEDIR : :: c_int = 0x200 ;
1969
+ pub const AT_EACCESS : :: c_int = 0x200 ;
1969
1970
pub const AT_SYMLINK_FOLLOW : :: c_int = 0x400 ;
1970
1971
pub const AT_NO_AUTOMOUNT : :: c_int = 0x800 ;
1971
1972
pub const AT_EMPTY_PATH : :: c_int = 0x1000 ;
Original file line number Diff line number Diff line change @@ -1205,6 +1205,8 @@ pub const RTLD_DEFAULT: *mut ::c_void = 0i64 as *mut ::c_void;
1205
1205
pub const RTLD_NODELETE : :: c_int = 0x1000 ;
1206
1206
pub const RTLD_NOW : :: c_int = 0x2 ;
1207
1207
1208
+ pub const AT_EACCESS : :: c_int = 0x200 ;
1209
+
1208
1210
pub const TCP_MD5SIG : :: c_int = 14 ;
1209
1211
1210
1212
align_const ! {
Original file line number Diff line number Diff line change @@ -1102,6 +1102,10 @@ pub const WNOWAIT: ::c_int = 0x80;
1102
1102
1103
1103
pub const AT_FDCWD : :: c_int = 0xffd19553 ;
1104
1104
pub const AT_SYMLINK_NOFOLLOW : :: c_int = 0x1000 ;
1105
+ pub const AT_SYMLINK_FOLLOW : :: c_int = 0x2000 ;
1106
+ pub const AT_REMOVEDIR : :: c_int = 0x1 ;
1107
+ pub const _AT_TRIGGER: :: c_int = 0x2 ;
1108
+ pub const AT_EACCESS : :: c_int = 0x4 ;
1105
1109
1106
1110
pub const P_PID : idtype_t = 0 ;
1107
1111
pub const P_PPID : idtype_t = 1 ;
Original file line number Diff line number Diff line change @@ -1045,6 +1045,7 @@ pub const POSIX_FADV_WILLNEED: ::c_int = 3;
1045
1045
pub const AT_FDCWD : :: c_int = -100 ;
1046
1046
pub const AT_SYMLINK_NOFOLLOW : :: c_int = 0x100 ;
1047
1047
pub const AT_REMOVEDIR : :: c_int = 0x200 ;
1048
+ pub const AT_EACCESS : :: c_int = 0x200 ;
1048
1049
pub const AT_SYMLINK_FOLLOW : :: c_int = 0x400 ;
1049
1050
1050
1051
pub const LOG_CRON : :: c_int = 9 << 3 ;
You can’t perform that action at this time.
0 commit comments