From 9881cbf80a73a85ef92e62bf7a40dbf4cf8e163f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 26 Jul 2000 13:49:15 +0000 Subject: Update. 2000-07-26 Andreas Jaeger * rt/tst-aio4.c: New file, slighlty modified version of tst-aio2. * rt/tst-aio5.c: New file, slighlty modified version of tst-aio2. * rt/Makefile: Add rules to build and run tst-aio4 and tst-aio5. * rt/tst-aio.c (test_file): Fix typo. * rt/tst-aio64.c (test_file): Likewise. * rt/tst-aio3.c: New file, slightly modified version of tst-aio2. * rt/Makefile: Add rules to build and run tst-aio3. * sysdeps/unix/sysv/linux/netinet/ip.h: Removed ip_options since it's not needed and confuses only. --- rt/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'rt/Makefile') diff --git a/rt/Makefile b/rt/Makefile index 8eb0196..f2c80fa 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -40,7 +40,8 @@ include ../Makeconfig ifeq ($(have-thread-library),yes) -tests := tst-aio tst-aio64 tst-clock tst-shm tst-timer tst-aio2 +tests := tst-aio tst-aio64 tst-clock tst-shm tst-timer tst-aio2 tst-aio3 \ + tst-aio4 tst-aio5 extra-libs := librt extra-libs-others := $(extra-libs) @@ -57,12 +58,18 @@ $(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-aio3: $(objpfx)librt.so $(shared-thread-library) +$(objpfx)tst-aio4: $(objpfx)librt.so $(shared-thread-library) +$(objpfx)tst-aio5: $(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-aio3: $(objpfx)librt.a $(static-thread-library) +$(objpfx)tst-aio4: $(objpfx)librt.a $(static-thread-library) +$(objpfx)tst-aio5: $(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