summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-22 14:19:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-22 14:19:05 +0000
commita93baa4383ab6288c4659d232345116e6b31f66a (patch)
tree827cc9b72eaca2f4e34e06d448fe3e6117ce834f /c/src/exec/posix/ChangeLog
parent2001-01-22 Radzislaw Galler <rgaller@et.put.poznan.pl> (diff)
downloadrtems-a93baa4383ab6288c4659d232345116e6b31f66a.tar.bz2
2001-01-12 Joel Sherrill <joel@OARcorp.com>
* src/clockgetres.c: Fixed match problem. We are not converting an interval to a timespec -- it is actually a real number of microseconds.
Diffstat (limited to 'c/src/exec/posix/ChangeLog')
-rw-r--r--c/src/exec/posix/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog
index 6bc1bcba49..108cff09e2 100644
--- a/c/src/exec/posix/ChangeLog
+++ b/c/src/exec/posix/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-12 Joel Sherrill <joel@OARcorp.com>
+
+ * src/clockgetres.c: Fixed match problem. We are not converting
+ an interval to a timespec -- it is actually a real number of
+ microseconds.
+
2001-01-22 Michael Hamel <mhamel@adi.co.nz>
* include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,