summary refs log tree commit diff
path: root/rt/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-23 07:07:29 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-23 07:07:29 +0000
commitf14811c7c85d645b1bfda41eb9dccfdd2af058fe (patch)
tree859cd2c92cc3c106ddbabc4e73609d000d8c36a7 /rt/Makefile
parenta95d12364158e54923aa2f585b29b99b98c15916 (diff)
downloadglibc-f14811c7c85d645b1bfda41eb9dccfdd2af058fe.tar.gz
glibc-f14811c7c85d645b1bfda41eb9dccfdd2af058fe.tar.xz
glibc-f14811c7c85d645b1bfda41eb9dccfdd2af058fe.zip
Update.
2000-11-22  Ulrich Drepper  <drepper@redhat.com>

	* rt/aio_suspend.c (aio_suspend): Convert timeout value to
	absolute time for pthread_cond_timedwait call.
	Reported by Lawrence Chen <lchen@opentext.com> [libc/1930].

	* rt/Makefile (tests): Add tst-aio6.
	* rt/tst-aio6.c: New file.
Diffstat (limited to 'rt/Makefile')
-rw-r--r--rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile
index 2be7de381d..e7014f256d 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -41,7 +41,7 @@ include ../Makeconfig
 ifeq ($(have-thread-library),yes)
 
 tests := tst-aio tst-aio64 tst-clock tst-shm tst-timer tst-aio2 tst-aio3 \
-	 tst-aio4 tst-aio5
+	 tst-aio4 tst-aio5 tst-aio6
 
 extra-libs := librt
 extra-libs-others := $(extra-libs)