diff options
author | Roland McGrath <roland@gnu.org> | 1999-04-05 20:34:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-04-05 20:34:53 +0000 |
commit | 76bd175f4d4ed618df380f6c02434073129fd25f (patch) | |
tree | 82cf1cce6baefa88e7a2f4f55a966970fc5dafea /sysdeps/mach/hurd/Makefile | |
parent | b6d04893506c23e5a36deefffc67328c7382149a (diff) | |
download | glibc-76bd175f4d4ed618df380f6c02434073129fd25f.tar.gz glibc-76bd175f4d4ed618df380f6c02434073129fd25f.tar.xz glibc-76bd175f4d4ed618df380f6c02434073129fd25f.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/Makefile')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 9ad681d550..b18f9f100e 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -183,4 +183,8 @@ ifeq (hurd, $(subdir)) sysdep_routines += cthreads endif +ifeq (posix, $(subdir)) +sysdep_routines += clk_tck +endif + endif # in-Makerules |