We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef39104 commit c3e2491Copy full SHA for c3e2491
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
@@ -1870,6 +1870,8 @@ pub const _PC_FILESIZEBITS: ::c_int = 67;
1870
pub const _PC_XATTR_ENABLED: ::c_int = 100;
1871
pub const _PC_XATTR_EXISTS: ::c_int = 101;
1872
1873
+pub const _POSIX_VDISABLE: ::cc_t = 0;
1874
+
1875
pub const _SC_ARG_MAX: ::c_int = 1;
1876
pub const _SC_CHILD_MAX: ::c_int = 2;
1877
pub const _SC_CLK_TCK: ::c_int = 3;
0 commit comments