summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-28 07:05:34 +0000
committerRoland McGrath <roland@gnu.org>2006-02-28 07:05:34 +0000
commit0f284e58375992e42d7e9b3f1ea14963cfa4462b (patch)
tree1643722b3da5500b47e73125d1b0a5637729cebd
parentf39008b26550c574764aaec7aa063df52d6e021e (diff)
downloadglibc-0f284e58375992e42d7e9b3f1ea14963cfa4462b.tar.gz
glibc-0f284e58375992e42d7e9b3f1ea14963cfa4462b.tar.xz
glibc-0f284e58375992e42d7e9b3f1ea14963cfa4462b.zip
2006-02-27 Roland McGrath <roland@redhat.com>
	* sysdeps/posix/Makefile: New file.
	* Makerules (L_tmpnam, TMP_MAX, L_ctermid, L_cuserid): Set non-posix
	values here with ?=.
-rw-r--r--sysdeps/posix/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/posix/Makefile b/sysdeps/posix/Makefile
new file mode 100644
index 0000000000..b58aa6aadb
--- /dev/null
+++ b/sysdeps/posix/Makefile
@@ -0,0 +1,5 @@
+# These affect the generated bits/stdio_lim.h file.
+L_tmpnam  = 20
+TMP_MAX   = 238328
+L_ctermid = 9
+L_cuserid = 9