mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
0f284e5837
* sysdeps/posix/Makefile: New file. * Makerules (L_tmpnam, TMP_MAX, L_ctermid, L_cuserid): Set non-posix values here with ?=.
6 lines
114 B
Makefile
6 lines
114 B
Makefile
# These affect the generated bits/stdio_lim.h file.
|
|
L_tmpnam = 20
|
|
TMP_MAX = 238328
|
|
L_ctermid = 9
|
|
L_cuserid = 9
|