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 0bded09 commit b63b626Copy full SHA for b63b626
libc-test/semver/solarish.txt
@@ -0,0 +1 @@
1
+PIPE_BUF
src/unix/solarish/mod.rs
@@ -1279,6 +1279,7 @@ pub const FOPEN_MAX: ::c_uint = 20;
1279
pub const FILENAME_MAX: ::c_uint = 1024;
1280
pub const L_tmpnam: ::c_uint = 25;
1281
pub const TMP_MAX: ::c_uint = 17576;
1282
+pub const PIPE_BUF: ::c_int = 5120;
1283
1284
pub const GRND_NONBLOCK: ::c_uint = 0x0001;
1285
pub const GRND_RANDOM: ::c_uint = 0x0002;
0 commit comments