mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
179 B
10 lines
179 B
#define BUFSIZ 1024
|
|
|
|
#define FILENAME_MAX 4095
|
|
#define FOPEN_MAX 1000
|
|
#define TMP_MAX 10000
|
|
|
|
#define L_cuserid 20
|
|
#define L_ctermid 20
|
|
#define L_tmpnam 20
|
|
#define P_tmpdir "/tmp"
|
|
|