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 /sysdeps/mach/hurd/init-posix.c | |
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 'sysdeps/mach/hurd/init-posix.c')
-rw-r--r-- | sysdeps/mach/hurd/init-posix.c | 2 |
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> |