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 /rt | |
parent | 5539d2574d927dc925f18d69e43edcc1b355519e (diff) | |
download | glibc-7ae1fe4d8ffe389c905a8993e47d1bdcfd520ad7.tar.gz |
Update.
* rt/Makefile (tests): Add tst-timer.
* sysdeps/generic/tst-timer.c: New file.
Diffstat (limited to 'rt')
-rw-r--r-- | rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile index 038636c497..c4dce69c84 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -39,7 +39,7 @@ include ../Makeconfig ifeq ($(have-thread-library),yes) -tests := tst-aio tst-aio64 tst-clock tst-shm +tests := tst-aio tst-aio64 tst-clock tst-shm tst-timer extra-libs := librt extra-libs-others := $(extra-libs) |