aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-17 09:18:37 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-17 09:18:37 +0000
commit3402852c2c478213b086648eab9848a35b7f5dbf (patch)
treebf17d7bffb3e9c0c0dd227df67e3f1e49d7d0476 /nptl/ChangeLog
parenta4db3439f1177cf5c5ceb80bfa3f3a2cef00fc0e (diff)
downloadglibc-3402852c2c478213b086648eab9848a35b7f5dbf.tar
glibc-3402852c2c478213b086648eab9848a35b7f5dbf.tar.gz
glibc-3402852c2c478213b086648eab9848a35b7f5dbf.tar.bz2
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/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 0983e0be21..90c7b26e6d 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-15 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/i386/Makefile (CFLAGS-pthread_create.c,
+ CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
+
2003-09-17 Jakub Jelinek <jakub@redhat.com>
* Makefile (CFLAGS-tst-align.c): Add $(stack-align-test-flags).