test-fseeko: fix test for mingw
authorEric Blake <ebb9@byu.net>
Sat, 5 Dec 2009 16:07:28 +0000 (09:07 -0700)
committerEric Blake <ebb9@byu.net>
Sat, 5 Dec 2009 16:41:24 +0000 (09:41 -0700)
commite4488f1827bff93fe4c251a202f47e715ca1ed9e
treea785fe321b3245b6431db5e91572fa3b845512f1
parent9a1388f4b37df005c0a31b68bab2e9ad2ab8a658
test-fseeko: fix test for mingw

Undefining fseek made test-fseeko.sh fail when testing on pipes.

* tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
than undefining fseek, so test will pass on mingw.

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