X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Funistdio%2Fu-vsprintf.h;h=36ebd9fa9f75105fac5da4c9fe547eb2fc2aa075;hb=dac3bbf96357f7866a1094c228b4e5bea3fcf853;hp=15fc173b0b850a609753b90484aea0627ba36e5e;hpb=d80538def81e2ceeab7f8e954908e74eeae43349;p=pspp diff --git a/lib/unistdio/u-vsprintf.h b/lib/unistdio/u-vsprintf.h index 15fc173b0b..36ebd9fa9f 100644 --- a/lib/unistdio/u-vsprintf.h +++ b/lib/unistdio/u-vsprintf.h @@ -1,5 +1,5 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2006-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published @@ -14,11 +14,6 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ -/* Some systems, like OSF/1 4.0 and Woe32, don't have EOVERFLOW. */ -#ifndef EOVERFLOW -# define EOVERFLOW E2BIG -#endif - #ifndef SIZE_MAX # define SIZE_MAX ((size_t) -1) #endif