X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fraise.c;h=5b546d2b8d6f59e82b5bd5cd8add13ebc2ecff8a;hb=4779b635ef35c7b0bc4044fcb5bc746d06f158c4;hp=aee33e885e6a9fb2230fc4e7fd3ebc030e00c8bb;hpb=f34d6c82b0a9bee880de32ef42d5f38bf69519b0;p=gnulib.git diff --git a/lib/raise.c b/lib/raise.c index aee33e885..5b546d2b8 100644 --- a/lib/raise.c +++ b/lib/raise.c @@ -1,6 +1,6 @@ /* Provide a non-threads replacement for the POSIX raise function. - Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2006, 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,7 +32,7 @@ # undef raise # if HAVE_MSVC_INVALID_PARAMETER_HANDLER -static inline int +static int raise_nothrow (int sig) { int result;