aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-04-06 01:06:12 +0000
committerRoland McGrath <roland@gnu.org>1999-04-06 01:06:12 +0000
commit0c6ee8a5baefb37e5573f14c196cfc6331519a35 (patch)
tree7886f4dddf4178070eaee91420f8bdccc138f5eb /sysdeps/mach
parent18579100faf6cae0f708a194a649c8ccfcfd7437 (diff)
downloadglibc-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')
-rw-r--r--sysdeps/mach/hurd/times.c2
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>