From: Roland McGrath Date: Tue, 28 Feb 2006 07:05:34 +0000 (+0000) Subject: 2006-02-27 Roland McGrath X-Git-Tag: upstream/2.30~15734 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f284e58375992e42d7e9b3f1ea14963cfa4462b;p=external%2Fglibc.git 2006-02-27 Roland McGrath * sysdeps/posix/Makefile: New file. * Makerules (L_tmpnam, TMP_MAX, L_ctermid, L_cuserid): Set non-posix values here with ?=. --- diff --git a/sysdeps/posix/Makefile b/sysdeps/posix/Makefile new file mode 100644 index 0000000..b58aa6a --- /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