summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/init-posix.c
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 /sysdeps/mach/hurd/init-posix.c
parent2c6497200622cb3f9551f0c8120c2d3535f2a25d (diff)
* 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 'sysdeps/mach/hurd/init-posix.c')
-rw-r--r--sysdeps/mach/hurd/init-posix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/init-posix.c b/sysdeps/mach/hurd/init-posix.c
new file mode 100644
index 0000000000..3eecf62769
--- /dev/null
+++ b/sysdeps/mach/hurd/init-posix.c
@@ -0,0 +1,2 @@
+/* We don't need the unix/bsd version. */
+#include <sysdeps/generic/init-posix.c>