Skip to content

Commit

Permalink
Merge pull request #3633 from oxidecomputer/illumos-pipe-buf
Browse files Browse the repository at this point in the history
illumos: expose `PIPE_BUF` constant
  • Loading branch information
JohnTitor authored Apr 26, 2024
2 parents d5f1fc3 + 64d8a2f commit b1270be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libc-test/semver/solarish.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PIPE_BUF
1 change: 1 addition & 0 deletions src/unix/solarish/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,7 @@ pub const FOPEN_MAX: ::c_uint = 20;
pub const FILENAME_MAX: ::c_uint = 1024;
pub const L_tmpnam: ::c_uint = 25;
pub const TMP_MAX: ::c_uint = 17576;
pub const PIPE_BUF: ::c_int = 5120;

pub const GRND_NONBLOCK: ::c_uint = 0x0001;
pub const GRND_RANDOM: ::c_uint = 0x0002;
Expand Down

0 comments on commit b1270be

Please sign in to comment.