X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fftell.c;h=1abf4949dc93d256d46461b9c45fa31c0fd2a913;hb=31d3154399f8c679ba23afb0f6bef03b73d4c741;hp=e586fdb81cfcca3289e85f441e7d9e6a6dcf736a;hpb=857523660ddabbf1e4bba1c6f5f322451991fa08;p=gnulib.git diff --git a/lib/ftell.c b/lib/ftell.c index e586fdb81..1abf4949d 100644 --- a/lib/ftell.c +++ b/lib/ftell.c @@ -23,11 +23,6 @@ /* Get off_t. */ #include -/* Some systems, like OSF/1 4.0 and Woe32, don't have EOVERFLOW. */ -#ifndef EOVERFLOW -# define EOVERFLOW E2BIG -#endif - long ftell (FILE *fp) {