Another fseek test.
authorEric Blake <ebb9@byu.net>
Thu, 13 Dec 2007 21:58:44 +0000 (14:58 -0700)
committerEric Blake <ebb9@byu.net>
Thu, 13 Dec 2007 22:01:58 +0000 (15:01 -0700)
commit661445a1c0cf9197442b7d25270d4fbdcd14fb5a
tree59873e4fa892900716bbbb885031385eb3df30d5
parentc094ca2425ec5622fdf023088efee54bac29fc8a
Another fseek test.

* tests/test-fseek.c (main): Also test ungetc handling.
* tests/test-fseeko.c (main): Likewise.
* modules/fseeko (Depends-on): Add verify.
* lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
large.
Reported by Larry Jones.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/fseeko.c
modules/fseeko
tests/test-fseek.c
tests/test-fseeko.c