From: Ulrich Drepper Date: Fri, 26 May 2000 19:51:15 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-91~373 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd9df4cdad1c6afe9157a2cb4c6d53ac7e4bc8d8;p=thirdparty%2Fglibc.git Update. * posix/Makefile (tests): Add tst-preadwrite64. --- diff --git a/ChangeLog b/ChangeLog index 13a49e54c20..56921927a3e 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 eb48d1c4220..1c5a8172b42 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