summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-04-13 05:42:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-04-13 05:42:03 +0000
commitc8eb344d9b486b04e6dd4ddbb831b34bd4ea598d (patch)
tree332f7b76de71d0ed6a827945419d03c5da7fd3cb /cpukit/ChangeLog
parent2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c8eb344d9b486b04e6dd4ddbb831b34bd4ea598d.tar.bz2
2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/Makefile.am: Unconditionally build src/sleep.c, src/usleep.c.
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 b7b4922f4c..e0721fb965 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * posix/Makefile.am: Unconditionally build src/sleep.c,
+ src/usleep.c.
* posix/src/clockgettime.c: #ifdef CLOCK_MONOTONIC the
CLOCK_MONOTONIC case.
* score/inline/rtems/score/tod.inl: Include <sys/time.h>.