X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funistdio%2Fu-vsnprintf.h;h=481a22f08c8620fb09801ea673f95a8b5bf1ccf5;hb=1eb850a182e6e5aa66d17d314b394e2ded30e2b5;hp=4a0401428d82a76271ac35d7f7f09105c7ab09b1;hpb=ac5cf7982cea8a4bb17680b6b9925f301cfa4220;p=gnulib.git diff --git a/lib/unistdio/u-vsnprintf.h b/lib/unistdio/u-vsnprintf.h index 4a0401428..481a22f08 100644 --- a/lib/unistdio/u-vsnprintf.h +++ b/lib/unistdio/u-vsnprintf.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 - int VSNPRINTF (DCHAR_T *buf, size_t size, const FCHAR_T *format, va_list args) {