X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fftell.c;h=1abf4949dc93d256d46461b9c45fa31c0fd2a913;hb=dac3bbf96357f7866a1094c228b4e5bea3fcf853;hp=e586fdb81cfcca3289e85f441e7d9e6a6dcf736a;hpb=d80538def81e2ceeab7f8e954908e74eeae43349;p=pspp diff --git a/lib/ftell.c b/lib/ftell.c index e586fdb81c..1abf4949dc 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) {