summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-10-08 09:44:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-10-08 09:44:44 +0000
commite76a4776a6de633332f9a912db17316d88b8adf7 (patch)
tree8d856dc4b340c334fa0d0b3be570fc47af72c4af /cpukit/ChangeLog
parent2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e76a4776a6de633332f9a912db17316d88b8adf7.tar.bz2
2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: pthread_attr* functions are in <pthread.h>, not in <pthreads.h>.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6bdcf07476..a15ad4389d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * configure.ac: pthread_attr* functions are in <pthread.h>, not in
+ <pthreads.h>.
* aclocal/check-func.m4: Linearize checks.
Add missing $2 to AC_CHECK_DECL.