diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-13 02:05:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-13 02:05:11 +0000 |
commit | 414763270338fd3d691db201a74869016b6ae51c (patch) | |
tree | 062696ae1db1956ac8c8d0bb19688ff097c52c1e /ChangeLog | |
parent | 2c6497200622cb3f9551f0c8120c2d3535f2a25d (diff) | |
download | glibc-414763270338fd3d691db201a74869016b6ae51c.tar.gz glibc-414763270338fd3d691db201a74869016b6ae51c.tar.xz 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-- | ChangeLog | 5 |
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> |