]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 26 May 2000 19:51:15 +0000 (19:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 26 May 2000 19:51:15 +0000 (19:51 +0000)
* posix/Makefile (tests): Add tst-preadwrite64.

ChangeLog
posix/Makefile

index 13a49e54c20a8f540698b94bb9ec8b2e177d9ca4..56921927a3ebbcbf2b83c60977bd2316b253279b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2000-05-26  Ulrich Drepper  <drepper@redhat.com>
 
+       * 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.
index eb48d1c422058f2516c285c24e051bdfe714b8b2..1c5a8172b4227506193b2fe1ee9919cca9321a4f 100644 (file)
@@ -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
This page took 0.044628 seconds and 5 git commands to generate.