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 ?=.
This commit is contained in:
Roland McGrath 2006-02-28 07:05:34 +00:00
parent f39008b265
commit 0f284e5837
1 changed files with 5 additions and 0 deletions

5
sysdeps/posix/Makefile Normal file
View File

@ -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