about summary refs log tree commit diff
path: root/Rules
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-11 08:57:42 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-11 08:57:42 +0000
commit431f91ba3a5d5d17d95f2b3a1fe6b2ce44fa8b41 (patch)
tree957687d75d55c9f27255b3479bb8364288e23b13 /Rules
parent7ccc548bd7b51bb1ab93db10a256344aa33b703a (diff)
downloadglibc-431f91ba3a5d5d17d95f2b3a1fe6b2ce44fa8b41.tar.gz
glibc-431f91ba3a5d5d17d95f2b3a1fe6b2ce44fa8b41.tar.xz
glibc-431f91ba3a5d5d17d95f2b3a1fe6b2ce44fa8b41.zip
Update.
1998-10-11  Ulrich Drepper  <drepper@cygnus.com>

	* Rules [posix in sysdirs]: Set L_tmpnam to 20.
	Patch by Zack Weinberg <zack@rabi.columbia.edu>.

	* string/bits/string2.h [!_STRING_ARCH_unaligned]
	(__mempcpy_small): Add parameter for 1 byte copy and use it.
	Reported by Geoff Keating <geoffk@ozemail.com.au>.
Diffstat (limited to 'Rules')
-rw-r--r--Rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules b/Rules
index ab7c309d60..f44ae91323 100644
--- a/Rules
+++ b/Rules
@@ -209,7 +209,7 @@ TMP_MAX   = 0
 L_ctermid = 1
 L_cuserid = 1
 else
-L_tmpnam  = 19
+L_tmpnam  = 20
 TMP_MAX   = 238328
 L_ctermid = 9
 L_cuserid = 9