blob: 52f20f5d973f02161d353c27a9057e379a5e6e1a [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001# These affect the generated bits/stdio_lim.h file.
2L_tmpnam = 20
3TMP_MAX = 238328
4L_ctermid = 9
5L_cuserid = 9
6
7ifeq ($(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.
10librt-routines += shm-directory
11endif