Skip to content

Commit b63b626

Browse files
dancrossnyctgross35
authored andcommitted
illumos: expose PIPE_BUF constant
(backport <#3633>) (cherry picked from commit 64d8a2f)
1 parent 0bded09 commit b63b626

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
@@ -1279,6 +1279,7 @@ pub const FOPEN_MAX: ::c_uint = 20;
12791279
pub const FILENAME_MAX: ::c_uint = 1024;
12801280
pub const L_tmpnam: ::c_uint = 25;
12811281
pub const TMP_MAX: ::c_uint = 17576;
1282+
pub const PIPE_BUF: ::c_int = 5120;
12821283

12831284
pub const GRND_NONBLOCK: ::c_uint = 0x0001;
12841285
pub const GRND_RANDOM: ::c_uint = 0x0002;

0 commit comments

Comments
 (0)