We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PIPE_BUF
1 parent bdc4282 commit 64d8a2fCopy full SHA for 64d8a2f
libc-test/semver/solarish.txt
@@ -0,0 +1 @@
1
+PIPE_BUF
src/unix/solarish/mod.rs
@@ -1265,6 +1265,7 @@ pub const FOPEN_MAX: ::c_uint = 20;
1265
pub const FILENAME_MAX: ::c_uint = 1024;
1266
pub const L_tmpnam: ::c_uint = 25;
1267
pub const TMP_MAX: ::c_uint = 17576;
1268
+pub const PIPE_BUF: ::c_int = 5120;
1269
1270
pub const GRND_NONBLOCK: ::c_uint = 0x0001;
1271
pub const GRND_RANDOM: ::c_uint = 0x0002;
0 commit comments