Skip to content

Commit

Permalink
illumos: expose PIPE_BUF constant
Browse files Browse the repository at this point in the history
(backport <rust-lang#3633>)
(cherry picked from commit 64d8a2f)
  • Loading branch information
dancrossnyc authored and tgross35 committed Aug 13, 2024
1 parent 0bded09 commit b63b626
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 @@ -1279,6 +1279,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 b63b626

Please sign in to comment.