summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-16 19:12:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-16 19:12:19 +0000
commit0d8dad9275645fed45d58be3dae1b8e0dd722229 (patch)
treedc9e603b43d8dc5e0e5503065e8a203eed1257a6 /cpukit/ChangeLog
parent2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0d8dad9275645fed45d58be3dae1b8e0dd722229.tar.bz2
2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1453/cpukit * posix/Makefile.am: newlib uses sysconf() for _CLOCKS_PER_SEC_ so enable it even when POSIX threads are disabled.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 09c50c58b3..03642a8db7 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ PR 1453/cpukit
+ * posix/Makefile.am: newlib uses sysconf() for _CLOCKS_PER_SEC_ so
+ enable it even when POSIX threads are disabled.
+
2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/rfs/rtems-rfs-file.c: Various 64bit fixes.