summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/times.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-02-02 23:12:08 +0000
committerRoland McGrath <roland@gnu.org>1999-02-02 23:12:08 +0000
commit6e9df19cbed2e948824c6f2b7b9ca62d1c829981 (patch)
tree8729c78beb3b077954cb4fe2be098f283be91fc7 /sysdeps/mach/hurd/times.c
parent5431ece5bb728fdf0b77500be1ae773919e363fd (diff)
1999-01-31 Mark Kettenis <kettenis@phys.uva.nl>
* sysdeps/mach/hurd/times.c: New file.
Diffstat (limited to 'sysdeps/mach/hurd/times.c')
-rw-r--r--sysdeps/mach/hurd/times.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/times.c b/sysdeps/mach/hurd/times.c
new file mode 100644
index 0000000000..e7c8380cb1
--- /dev/null
+++ b/sysdeps/mach/hurd/times.c
@@ -0,0 +1,2 @@
+/* XXX Remove this file once getrusage is implemented. */
+#include <sysdeps/generic/times.c>