From 025a5afa2df2c13cd5a35ffb15acdf61b6ebb681 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 26 Jul 2000 06:30:30 +0000 Subject: Update. * rt/lio_listio.c (lio_listio): Always disable individual notification. * rt/Makefile: Add rules to build and run tst-aio2. * rt/tst-aio2.c: New file. --- rt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rt/Makefile') diff --git a/rt/Makefile b/rt/Makefile index efaf19d..8eb0196 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -40,7 +40,7 @@ include ../Makeconfig ifeq ($(have-thread-library),yes) -tests := tst-aio tst-aio64 tst-clock tst-shm tst-timer +tests := tst-aio tst-aio64 tst-clock tst-shm tst-timer tst-aio2 extra-libs := librt extra-libs-others := $(extra-libs) @@ -56,11 +56,13 @@ $(objpfx)librt.so: $(common-objpfx)libc.so $(shared-thread-library) ifeq (yes,$(build-shared)) $(objpfx)tst-aio: $(objpfx)librt.so $(shared-thread-library) +$(objpfx)tst-aio2: $(objpfx)librt.so $(shared-thread-library) $(objpfx)tst-aio64: $(objpfx)librt.so $(shared-thread-library) $(objpfx)tst-clock: $(objpfx)librt.so $(shared-thread-library) $(objpfx)tst-shm: $(objpfx)librt.so $(shared-thread-library) else $(objpfx)tst-aio: $(objpfx)librt.a $(static-thread-library) +$(objpfx)tst-aio2: $(objpfx)librt.a $(static-thread-library) $(objpfx)tst-aio64: $(objpfx)librt.a $(static-thread-library) $(objpfx)tst-clock: $(objpfx)librt.a $(static-thread-library) $(objpfx)tst-shm: $(objpfx)librt.a $(static-thread-library) -- cgit v1.1