Skip to content

Commit

Permalink
2006-02-27 Roland McGrath <roland@redhat.com>
Browse files Browse the repository at this point in the history
	* sysdeps/posix/Makefile: New file.
	* Makerules (L_tmpnam, TMP_MAX, L_ctermid, L_cuserid): Set non-posix
	values here with ?=.
  • Loading branch information
Roland McGrath committed Feb 28, 2006
1 parent f39008b commit 0f284e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sysdeps/posix/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0f284e5

Please sign in to comment.