protect some limit constants with feature test macros on x86_64
[musl] / arch / x86_64 / bits / stdio.h
1 #define BUFSIZ 1024
2
3 #define FILENAME_MAX 4095
4 #define FOPEN_MAX 1000
5 #define TMP_MAX 10000
6
7 #define L_cuserid 20
8 #define L_ctermid 20
9 #define L_tmpnam 20
10 #define P_tmpdir "/tmp"