Skip to content

Commit c2b4a01

Browse files
authored
Merge pull request #4103 from psumbera/solaris-posix
Solaris: add definition for _POSIX_VDISABLE
2 parents c451445 + 64dd7f4 commit c2b4a01

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

libc-test/semver/solarish.txt

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ LIO_WAIT
1616
LIO_WRITE
1717
PIPE_BUF
1818
SIGEV_PORT
19+
_POSIX_VDISABLE
1920
aio_cancel
2021
aio_error
2122
aio_fsync

src/unix/solarish/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1871,6 +1871,8 @@ pub const _PC_FILESIZEBITS: ::c_int = 67;
18711871
pub const _PC_XATTR_ENABLED: ::c_int = 100;
18721872
pub const _PC_XATTR_EXISTS: ::c_int = 101;
18731873

1874+
pub const _POSIX_VDISABLE: ::cc_t = 0;
1875+
18741876
pub const _SC_ARG_MAX: ::c_int = 1;
18751877
pub const _SC_CHILD_MAX: ::c_int = 2;
18761878
pub const _SC_CLK_TCK: ::c_int = 3;

0 commit comments

Comments
 (0)