diff options
author | Eric Blake <ebb9@byu.net> | 2008-03-29 16:55:56 -0600 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2008-03-29 16:55:56 -0600 |
commit | 857523660ddabbf1e4bba1c6f5f322451991fa08 (patch) | |
tree | e30dc467c6e710763330b799c3e1bea33071c9fe /modules/ftello-tests | |
parent | 16e403776065fa5173be83ccf84004b287b72dc7 (diff) | |
download | gnulib-857523660ddabbf1e4bba1c6f5f322451991fa08.tar.gz |
Fix ftell on mingw.
* lib/ftell.c (EOVERFLOW): Define if the system lacks it.
* modules/ftell-tests (Depends-on): Add binary-io.
* modules/ftello-tests (Depends-on): Likewise.
* tests/test-ftell.c (main): Enhance test to cover behavior after
ungetc. Enforce binary mode.
* tests/test-ftello.c (main): Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/ftello-tests')
-rw-r--r-- | modules/ftello-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ftello-tests b/modules/ftello-tests index 9f0c6e2499..48179bc129 100644 --- a/modules/ftello-tests +++ b/modules/ftello-tests @@ -3,6 +3,7 @@ tests/test-ftello.c tests/test-ftello.sh Depends-on: +binary-io configure.ac: |