aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-01-17 00:36:30 +0000
committerUlrich Drepper <drepper@redhat.com>2002-01-17 00:36:30 +0000
commitec562b3d7a7a60f9ae2f6fd9747c4972c02a15a5 (patch)
treeade4c910c2fec999c78f126ffff05dbd8c251880 /linuxthreads
parent01d1a5b62005298c927141d13981daac6be659a2 (diff)
downloadglibc-ec562b3d7a7a60f9ae2f6fd9747c4972c02a15a5.tar
glibc-ec562b3d7a7a60f9ae2f6fd9747c4972c02a15a5.tar.gz
glibc-ec562b3d7a7a60f9ae2f6fd9747c4972c02a15a5.tar.bz2
glibc-ec562b3d7a7a60f9ae2f6fd9747c4972c02a15a5.zip
Update.
* Makefile (CFLAGS-tst-cancel.c): Add -fno-inline-functions to prevent automatic inline.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 8ceadaff01..aa115ee3d7 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,7 +1,7 @@
2002-01-14 Martin Schwidefsky <schwidefsky@de.ibm.com>
- * linuxthreads/Makefile (CFLAGS-tst-cancel.c): Add
- -fno-inline-functions to prevent automatic inline.
+ * Makefile (CFLAGS-tst-cancel.c): Add -fno-inline-functions to prevent
+ automatic inline.
2002-01-12 Andreas Schwab <schwab@suse.de>