From bd9df4cdad1c6afe9157a2cb4c6d53ac7e4bc8d8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 26 May 2000 19:51:15 +0000 Subject: [PATCH] Update. * posix/Makefile (tests): Add tst-preadwrite64. --- ChangeLog | 1 + posix/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 13a49e54c2..56921927a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2000-05-26 Ulrich Drepper + * posix/Makefile (tests): Add tst-preadwrite64. * posix/tst-preadwrite.c: Alloc file being used also for testing pread64 and pwrite64. * posix/tst-preadwrite64.c: New file. diff --git a/posix/Makefile b/posix/Makefile index eb48d1c422..1c5a8172b4 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -64,8 +64,8 @@ include ../Makeconfig aux := init-posix environ tests := tstgetopt testfnm runtests runptests \ - tst-preadwrite test-vfork regexbug1 tst-getlogin tst-mmap \ - tst-getaddrinfo + tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \ + tst-getlogin tst-mmap tst-getaddrinfo ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test -- 2.43.5