From 4f088329f3418ca19e3da0d5571433ea3b172616 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 3 Feb 2003 20:53:19 +0000 Subject: Update. 2003-02-03 Ulrich Drepper * allocatestack.c (allocate_stack): Implement coloring of the allocated stack memory. Rename pagesize to pagesize_m1. It's the size minus one. Adjust users. --- sysdeps/unix/sysv/linux/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux') diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index 92ac93c..721d6e7 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -117,7 +117,7 @@ case "$machine" in arch_minimum_kernel=2.0.10 ;; powerpc/powerpc64) - arch_minimum_kernel=2.4.21 + arch_minimum_kernel=2.4.19 ;; s390/s390-32) libc_cv_gcc_unwind_find_fde=yes -- cgit v1.1