Skip to content

Commit 0ff324f

Browse files
committed
Update L_tmpnam Android constant
1 parent ee8de01 commit 0ff324f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/notbsd/android/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ pub const FILENAME_MAX: ::c_uint = 4096;
586586
pub const FOPEN_MAX: ::c_uint = 20;
587587
pub const POSIX_FADV_DONTNEED: ::c_int = 4;
588588
pub const POSIX_FADV_NOREUSE: ::c_int = 5;
589-
pub const L_tmpnam: ::c_uint = 1024;
589+
pub const L_tmpnam: ::c_uint = 4096;
590590
pub const TMP_MAX: ::c_uint = 308915776;
591591
pub const _PC_LINK_MAX: ::c_int = 1;
592592
pub const _PC_MAX_CANON: ::c_int = 2;

0 commit comments

Comments
 (0)