mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-25 04:01:10 +00:00
10 lines
173 B
Makefile
10 lines
173 B
Makefile
# These affect the generated bits/stdio_lim.h file.
|
|
L_tmpnam = 20
|
|
TMP_MAX = 238328
|
|
L_ctermid = 9
|
|
L_cuserid = 9
|
|
|
|
ifeq ($(subdir),rt)
|
|
librt-routines += shm-directory
|
|
endif
|