From 3402852c2c478213b086648eab9848a35b7f5dbf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 17 Sep 2003 09:18:37 +0000 Subject: Update. 2003-09-17 Ulrich Drepper * sysdeps/posix/utimes.c (__utimes): Truncate instead of round. * sysdeps/unix/sysv/linux/utimes.c (__utimes): Likewise. --- nptl/sysdeps/i386/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nptl/sysdeps') diff --git a/nptl/sysdeps/i386/Makefile b/nptl/sysdeps/i386/Makefile index a18c1bc8f1..fac6d8db50 100644 --- a/nptl/sysdeps/i386/Makefile +++ b/nptl/sysdeps/i386/Makefile @@ -22,4 +22,6 @@ endif ifeq ($(subdir),nptl) CFLAGS-tst-align.c += -malign-double +CFLAGS-pthread_create.c += -mpreferred-stack-boundary=4 +CFLAGS-tst-align.c += -mpreferred-stack-boundary=4 endif -- cgit v1.2.3