aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2000-12-04 19:06:37 +0000
committerJeff Johnston <jjohnstn@redhat.com>2000-12-04 19:06:37 +0000
commitdb2d9549447cdb4bc0dd608d9bc2557571fd984d (patch)
tree19bf4f117b18744bf995f8218d9b463633be27d4 /newlib/ChangeLog
parent6ba54a154439e9b430c8077c7cbd335e15ab4c49 (diff)
downloadnewlib-db2d9549447cdb4bc0dd608d9bc2557571fd984d.zip
newlib-db2d9549447cdb4bc0dd608d9bc2557571fd984d.tar.gz
newlib-db2d9549447cdb4bc0dd608d9bc2557571fd984d.tar.bz2
2000-12-04 Joel Sherrill <joel@OARcorp.com>
* libc/include/machine/time.h: RTEMS systems can configure clock tick rate so use sysconf() to ask.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index eaa9a74..049140e 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2000-12-04 Joel Sherrill <joel@OARcorp.com>
+ * libc/include/machine/time.h: RTEMS systems can configure clock
+ tick rate so use sysconf() to ask.
+
+2000-12-04 Joel Sherrill <joel@OARcorp.com>
+
* libc/include/sys/times.h: Add reference to POSIX standard.
2000-12-04 Joel Sherrill <joel@OARcorp.com>