4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-31 19:40:33 +08:00

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")
This commit is contained in:
Jon Turney 2023-08-10 20:50:00 +01:00
parent 7374b46bfd
commit 1a646ad797
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81

View File

@ -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)