Skip to content

Commit 64d8a2f

Browse files
committed
illumos: expose PIPE_BUF constant
1 parent bdc4282 commit 64d8a2f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc-test/semver/solarish.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PIPE_BUF

src/unix/solarish/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,7 @@ pub const FOPEN_MAX: ::c_uint = 20;
12651265
pub const FILENAME_MAX: ::c_uint = 1024;
12661266
pub const L_tmpnam: ::c_uint = 25;
12671267
pub const TMP_MAX: ::c_uint = 17576;
1268+
pub const PIPE_BUF: ::c_int = 5120;
12681269

12691270
pub const GRND_NONBLOCK: ::c_uint = 0x0001;
12701271
pub const GRND_RANDOM: ::c_uint = 0x0002;

0 commit comments

Comments
 (0)