diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-13 21:48:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-13 21:48:25 +0000 |
commit | 7ae1fe4d8ffe389c905a8993e47d1bdcfd520ad7 (patch) | |
tree | 990166debd7eb7e840ed8676feacc866b3267725 /linuxthreads/sysdeps | |
parent | 5539d2574d927dc925f18d69e43edcc1b355519e (diff) | |
download | glibc-7ae1fe4d8ffe389c905a8993e47d1bdcfd520ad7.zip glibc-7ae1fe4d8ffe389c905a8993e47d1bdcfd520ad7.tar.gz glibc-7ae1fe4d8ffe389c905a8993e47d1bdcfd520ad7.tar.bz2 |
Update.
* rt/Makefile (tests): Add tst-timer.
* sysdeps/generic/tst-timer.c: New file.
Diffstat (limited to 'linuxthreads/sysdeps')
-rw-r--r-- | linuxthreads/sysdeps/pthread/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/linuxthreads/sysdeps/pthread/Makefile b/linuxthreads/sysdeps/pthread/Makefile index e896cad..a0d3315 100644 --- a/linuxthreads/sysdeps/pthread/Makefile +++ b/linuxthreads/sysdeps/pthread/Makefile @@ -1,9 +1,5 @@ ifeq ($(subdir),rt) -librt-routines += timer_routines - -ifeq ($(have-thread-library),yes) -tests += tst-timer -endif +librt-sysdep_routines += timer_routines ifeq (yes,$(build-shared)) $(objpfx)tst-timer: $(objpfx)librt.so $(shared-thread-library) |