Skip to content

Commit 293d8cf

Browse files
LiamSnowtgross35
authored andcommitted
illumos: Add _CS_PATH constant
1 parent 97e6889 commit 293d8cf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

libc-test/semver/illumos.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ TFD_CLOEXEC
1919
TFD_NONBLOCK
2020
TFD_TIMER_ABSTIME
2121
TFD_TIMER_CANCEL_ON_SET
22+
_CS_PATH
2223
posix_fadvise
2324
posix_fallocate
2425
posix_spawn_file_actions_addfchdir_np

src/unix/solarish/illumos.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ pub const LOCK_UN: c_int = 8;
154154

155155
pub const _PC_LAST: c_int = 101;
156156

157+
pub const _CS_PATH: c_int = 65;
158+
157159
pub const VSTATUS: usize = 16;
158160
pub const VERASE2: usize = 17;
159161

0 commit comments

Comments
 (0)