summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-04-13 03:13:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-04-13 03:13:23 +0000
commit84d1cc30e8e03d55525e541819568cae608675eb (patch)
tree8f687e5d8946c3640f84054f7a21ef979b61c749 /cpukit/ChangeLog
parent2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-84d1cc30e8e03d55525e541819568cae608675eb.tar.bz2
2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/nanosleep.c: Include rtems/score/timespec.h instead of rtems/posix/time.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 5949ed0b97..f34ed9b219 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * posix/src/nanosleep.c: Include rtems/score/timespec.h instead of
+ rtems/posix/time.h.
* score/include/rtems/score/object.h: Use size_t for byte sizes.
2007-04-12 Joel Sherrill <joel@OARcorp.com>