Skip to content

Commit

Permalink
illumos: expose PIPE_BUF constant
Browse files Browse the repository at this point in the history
  • Loading branch information
dancrossnyc committed Apr 25, 2024
1 parent bdc4282 commit 64d8a2f
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
@@ -0,0 +1 @@
PIPE_BUF
1 change: 1 addition & 0 deletions src/unix/solarish/mod.rs
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 64d8a2f

Please sign in to comment.