lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # These affect the generated bits/stdio_lim.h file. |
2 | L_tmpnam = 20 | ||||
3 | TMP_MAX = 238328 | ||||
4 | L_ctermid = 9 | ||||
5 | L_cuserid = 9 | ||||
6 | |||||
7 | ifeq ($(subdir)|$(have-thread-library),rt|no) | ||||
8 | # With NPTL, this lives in libpthread so it can be used for sem_open too. | ||||
9 | # Without NPTL, it's just private in librt. | ||||
10 | librt-routines += shm-directory | ||||
11 | endif |