diff options
Diffstat (limited to 'winsup/testsuite/winsup.api/ltp/lseek03.c')
-rw-r--r-- | winsup/testsuite/winsup.api/ltp/lseek03.c | 2 |
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 e1916da50..51c303d85 100644 --- a/winsup/testsuite/winsup.api/ltp/lseek03.c +++ b/winsup/testsuite/winsup.api/ltp/lseek03.c @@ -137,7 +137,7 @@ main(int ac, char **av) int lc; /* loop counter */ const char *msg; /* message returned from parse_opts */ - int ind; + unsigned ind; int whence; TST_TOTAL=sizeof(Whences)/sizeof(int); |