We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e6889 commit 293d8cfCopy full SHA for 293d8cf
libc-test/semver/illumos.txt
@@ -19,6 +19,7 @@ TFD_CLOEXEC
19
TFD_NONBLOCK
20
TFD_TIMER_ABSTIME
21
TFD_TIMER_CANCEL_ON_SET
22
+_CS_PATH
23
posix_fadvise
24
posix_fallocate
25
posix_spawn_file_actions_addfchdir_np
src/unix/solarish/illumos.rs
@@ -154,6 +154,8 @@ pub const LOCK_UN: c_int = 8;
154
155
pub const _PC_LAST: c_int = 101;
156
157
+pub const _CS_PATH: c_int = 65;
158
+
159
pub const VSTATUS: usize = 16;
160
pub const VERASE2: usize = 17;
161
0 commit comments