2006-02-27 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Tue, 28 Feb 2006 07:05:34 +0000 (07:05 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 28 Feb 2006 07:05:34 +0000 (07:05 +0000)
* sysdeps/posix/Makefile: New file.
* Makerules (L_tmpnam, TMP_MAX, L_ctermid, L_cuserid): Set non-posix
values here with ?=.

sysdeps/posix/Makefile [new file with mode: 0644]

diff --git a/sysdeps/posix/Makefile b/sysdeps/posix/Makefile
new file mode 100644 (file)
index 0000000..b58aa6a
--- /dev/null
@@ -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