diff options
author | Andy Wingo <wingo@pobox.com> | 2013-02-18 18:48:48 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-02-18 18:48:48 +0100 |
commit | af07e10429c1513c2348289888b240926264b32b (patch) | |
tree | a05b78ee58618c46efa4c03da362dad3c2d8eb2b /lib/raise.c | |
parent | 739941679c2c7dc36c29c30aff7d4c1b436ba773 (diff) | |
download | guile-af07e10429c1513c2348289888b240926264b32b.tar.gz |
Update to gnulib 0.0.7865-a828.
Diffstat (limited to 'lib/raise.c')
-rw-r--r-- | lib/raise.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/raise.c b/lib/raise.c index 0c3acbb12..3720dfa38 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-2012 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 Lesser 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; |