We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c451445 + 64dd7f4 commit c2b4a01Copy full SHA for c2b4a01
libc-test/semver/solarish.txt
@@ -16,6 +16,7 @@ LIO_WAIT
16
LIO_WRITE
17
PIPE_BUF
18
SIGEV_PORT
19
+_POSIX_VDISABLE
20
aio_cancel
21
aio_error
22
aio_fsync
src/unix/solarish/mod.rs
@@ -1871,6 +1871,8 @@ pub const _PC_FILESIZEBITS: ::c_int = 67;
1871
pub const _PC_XATTR_ENABLED: ::c_int = 100;
1872
pub const _PC_XATTR_EXISTS: ::c_int = 101;
1873
1874
+pub const _POSIX_VDISABLE: ::cc_t = 0;
1875
+
1876
pub const _SC_ARG_MAX: ::c_int = 1;
1877
pub const _SC_CHILD_MAX: ::c_int = 2;
1878
pub const _SC_CLK_TCK: ::c_int = 3;
0 commit comments