pkgsi686Linux.libredirect: do no fail on 64-bit inodes
Without the change `pkgsi686Linux.libredirect` tests
fail on `btrfs` where inodes are outside 32-bit range:
$ nix build --no-link -f. -L pkgsi686Linux.libredirect
...
libredirect> test: test.c:95: main: Assertion `stat(TESTPATH, &testsb) != -1' failed.
As libredirect` intends to test 32-bit syscall
interface let's just skip the overflows.