aboutsummaryrefslogtreecommitdiff
path: root/REORG.TODO/sysdeps/posix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/posix/Makefile')
-rw-r--r--REORG.TODO/sysdeps/posix/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/posix/Makefile b/REORG.TODO/sysdeps/posix/Makefile
new file mode 100644
index 0000000000..52f20f5d97
--- /dev/null
+++ b/REORG.TODO/sysdeps/posix/Makefile
@@ -0,0 +1,11 @@
+# These affect the generated bits/stdio_lim.h file.
+L_tmpnam = 20
+TMP_MAX = 238328
+L_ctermid = 9
+L_cuserid = 9
+
+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.
+librt-routines += shm-directory
+endif