File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1035,11 +1035,13 @@ OXTABS
1035
1035
O_ASYNC
1036
1036
O_DSYNC
1037
1037
O_EVTONLY
1038
+ O_EXEC
1038
1039
O_EXLOCK
1039
1040
O_FSYNC
1040
1041
O_NDELAY
1041
1042
O_NOCTTY
1042
1043
O_NOFOLLOW_ANY
1044
+ O_SEARCH
1043
1045
O_SHLOCK
1044
1046
O_SYMLINK
1045
1047
O_SYNC
Original file line number Diff line number Diff line change @@ -3252,6 +3252,8 @@ pub const O_SYMLINK: ::c_int = 0x00200000;
3252
3252
pub const O_DSYNC : :: c_int = 0x00400000 ;
3253
3253
pub const O_CLOEXEC : :: c_int = 0x01000000 ;
3254
3254
pub const O_NOFOLLOW_ANY : :: c_int = 0x20000000 ;
3255
+ pub const O_EXEC : :: c_int = 0x40000000 ;
3256
+ pub const O_SEARCH : :: c_int = O_EXEC | O_DIRECTORY ;
3255
3257
pub const S_IFIFO : mode_t = 4096 ;
3256
3258
pub const S_IFCHR : mode_t = 8192 ;
3257
3259
pub const S_IFBLK : mode_t = 24576 ;
You can’t perform that action at this time.
0 commit comments