aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-13 02:05:11 +0000
committerRoland McGrath <roland@gnu.org>2001-08-13 02:05:11 +0000
commit414763270338fd3d691db201a74869016b6ae51c (patch)
tree062696ae1db1956ac8c8d0bb19688ff097c52c1e /ChangeLog
parent2c6497200622cb3f9551f0c8120c2d3535f2a25d (diff)
downloadglibc-414763270338fd3d691db201a74869016b6ae51c.tar
glibc-414763270338fd3d691db201a74869016b6ae51c.tar.gz
glibc-414763270338fd3d691db201a74869016b6ae51c.tar.bz2
glibc-414763270338fd3d691db201a74869016b6ae51c.zip
* sysdeps/mach/hurd/clock.c: New file.
* sysdeps/mach/hurd/times.c: New file. * sysdeps/mach/hurd/getclktck.c (__getclktck): Always return 1000000. * sysdeps/mach/hurd/init-posix.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea9bf11995..710e15ad32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2001-08-12 Roland McGrath <roland@frob.com>
+ * sysdeps/mach/hurd/clock.c: New file.
+ * sysdeps/mach/hurd/times.c: New file.
+ * sysdeps/mach/hurd/getclktck.c (__getclktck): Always return 1000000.
+ * sysdeps/mach/hurd/init-posix.c: New file.
+
* hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
2001-08-11 Roland McGrath <roland@frob.com>