diff options
author | Roland McGrath <roland@gnu.org> | 1999-04-06 01:06:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-04-06 01:06:12 +0000 |
commit | 0c6ee8a5baefb37e5573f14c196cfc6331519a35 (patch) | |
tree | 7886f4dddf4178070eaee91420f8bdccc138f5eb /sysdeps/mach/hurd | |
parent | 18579100faf6cae0f708a194a649c8ccfcfd7437 (diff) | |
download | glibc-0c6ee8a5baefb37e5573f14c196cfc6331519a35.tar glibc-0c6ee8a5baefb37e5573f14c196cfc6331519a35.tar.gz glibc-0c6ee8a5baefb37e5573f14c196cfc6331519a35.tar.bz2 glibc-0c6ee8a5baefb37e5573f14c196cfc6331519a35.zip |
1999-03-26 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/bits/time.h: New file.
* sysdeps/mach/hurd/getrusage.c: New file.
* sysdeps/mach/hurd/clk_tck.c: New file.
* sysdeps/mach/hurd/Versions (libc) [GLIBC_2.1.1]: Add __libc_clk_tck.
* sysdeps/mach/hurd/Makefile [$(subdir) = posix]
(sysdep_routines): Add clk_tck.
* sysdeps/mach/hurd/times.c: Removed, since getrusage is now
implemented.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r-- | sysdeps/mach/hurd/times.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/times.c b/sysdeps/mach/hurd/times.c deleted file mode 100644 index e7c8380cb1..0000000000 --- a/sysdeps/mach/hurd/times.c +++ /dev/null @@ -1,2 +0,0 @@ -/* XXX Remove this file once getrusage is implemented. */ -#include <sysdeps/generic/times.c> |