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.
1 parent ee8de01 commit 0ff324fCopy full SHA for 0ff324f
src/unix/notbsd/android/mod.rs
@@ -586,7 +586,7 @@ pub const FILENAME_MAX: ::c_uint = 4096;
586
pub const FOPEN_MAX: ::c_uint = 20;
587
pub const POSIX_FADV_DONTNEED: ::c_int = 4;
588
pub const POSIX_FADV_NOREUSE: ::c_int = 5;
589
-pub const L_tmpnam: ::c_uint = 1024;
+pub const L_tmpnam: ::c_uint = 4096;
590
pub const TMP_MAX: ::c_uint = 308915776;
591
pub const _PC_LINK_MAX: ::c_int = 1;
592
pub const _PC_MAX_CANON: ::c_int = 2;
0 commit comments