diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-17 09:18:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-17 09:18:37 +0000 |
commit | 3402852c2c478213b086648eab9848a35b7f5dbf (patch) | |
tree | bf17d7bffb3e9c0c0dd227df67e3f1e49d7d0476 /nptl/sysdeps | |
parent | a4db3439f1177cf5c5ceb80bfa3f3a2cef00fc0e (diff) | |
download | glibc-3402852c2c478213b086648eab9848a35b7f5dbf.tar.gz glibc-3402852c2c478213b086648eab9848a35b7f5dbf.tar.xz glibc-3402852c2c478213b086648eab9848a35b7f5dbf.zip |
Update.
2003-09-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/utimes.c (__utimes): Truncate instead of round. * sysdeps/unix/sysv/linux/utimes.c (__utimes): Likewise.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/i386/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |