libc: add L_tmpnam to stdio.h
This commit is contained in:
parent
1c07b74e6d
commit
cac16c1df9
@ -14,6 +14,8 @@ mod util;
|
||||
// ssize_t from <sys/types.h>
|
||||
//
|
||||
// stdin, stdout, stderr as externs from <bits/stdio.h>
|
||||
// TODO L_ctermid
|
||||
pub const L_tmpnam: c_int = 256;
|
||||
|
||||
pub const _IOFBF: c_int = 0;
|
||||
pub const _IOLBF: c_int = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user