X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=linux-tests%2Fwritebigsparse.c;h=fab2d168727dd98a6ec0cdf789be019a5ee36205;hb=fc4028b21ae665f45c149e66b10d13374721383c;hp=0d701285d4356bd794877927437f6cc1371a6b50;hpb=20de150d680c2a84c4a2e0d5f0f354274c7ff9ab;p=yaffs2.git diff --git a/linux-tests/writebigsparse.c b/linux-tests/writebigsparse.c index 0d70128..fab2d16 100644 --- a/linux-tests/writebigsparse.c +++ b/linux-tests/writebigsparse.c @@ -36,6 +36,7 @@ void write_big_sparse_file(int h) if(pos != offset) { printf("mismatched seek pos %lld offset %lld\n", pos, offset); + perror("lseek64"); exit(1); } wrote = write(h, buffer, n);