X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetdtablesize.c;h=9947405af61b9773e5fc06d96d25ca66990ab76e;hb=a828bb24ee96386201c4236ea917677b6c536c7d;hp=a07c4a2ea5bbfb4dbc7986bf0210c53da31e822e;hpb=4040b3bddb086e8230b0d9356297e971729a9c44;p=gnulib.git diff --git a/lib/getdtablesize.c b/lib/getdtablesize.c index a07c4a2ea..9947405af 100644 --- a/lib/getdtablesize.c +++ b/lib/getdtablesize.c @@ -1,5 +1,5 @@ /* getdtablesize() function for platforms that don't have it. - Copyright (C) 2008-2011 Free Software Foundation, Inc. + Copyright (C) 2008-2013 Free Software Foundation, Inc. Written by Bruno Haible , 2008. This program is free software: you can redistribute it and/or modify @@ -27,7 +27,7 @@ #include "msvc-inval.h" #if HAVE_MSVC_INVALID_PARAMETER_HANDLER -static inline int +static int _setmaxstdio_nothrow (int newmax) { int result;