2006-02-28 07:05:34 +00:00
|
|
|
# These affect the generated bits/stdio_lim.h file.
|
|
|
|
L_tmpnam = 20
|
|
|
|
TMP_MAX = 238328
|
|
|
|
L_ctermid = 9
|
|
|
|
L_cuserid = 9
|
2014-12-11 14:15:51 -08:00
|
|
|
|
2014-12-12 13:17:21 -08:00
|
|
|
ifeq ($(subdir)|$(have-thread-library),rt|no)
|
|
|
|
# With NPTL, this lives in libpthread so it can be used for sem_open too.
|
|
|
|
# Without NPTL, it's just private in librt.
|
2014-12-11 14:15:51 -08:00
|
|
|
librt-routines += shm-directory
|
|
|
|
endif
|