Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-08-10 22:50:00 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-08-11 16:38:25 +0300
commit1a646ad7970a2cd3a1c931af4217cc17fc576116 (patch)
tree36322ea8d70e64ef04fe4b38823d32d7dec3cf6e /winsup/testsuite
parent7374b46bfd5ca551febf7883f6fce22f27a18aa8 (diff)
Cygwin: testsuite: Tweak lseek03 after addition of SEEK_HOLE
After addition of SEEK_HOLE, the whence of *4* is not an invalid argument, causing the test to FAIL. See ltp commit 423e636a4c8f ("lseek03: change to fix with the lseek syscall")
Diffstat (limited to 'winsup/testsuite')
-rw-r--r--winsup/testsuite/winsup.api/ltp/lseek03.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/winsup.api/ltp/lseek03.c b/winsup/testsuite/winsup.api/ltp/lseek03.c
index 51c303d85..06bbcc32b 100644
--- a/winsup/testsuite/winsup.api/ltp/lseek03.c
+++ b/winsup/testsuite/winsup.api/ltp/lseek03.c
@@ -129,7 +129,7 @@ char fname[255];
int fd;
int Rec_sigsys = 0;
-int Whences[] = { 4, -1, 7 };
+int Whences[] = { 5, -1, 7 };
int
main(int ac, char **av)