diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-19 21:27:12 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-19 21:27:12 (GMT) |
commit | 26fbe7f1e68bb0c96da32491efcf3696fe6c299b (patch) | |
tree | c4d95289187a64e9c7517bf73d8208026c3d2fb3 /gl/xalloc-die.c | |
parent | 5f79e3e9f62ca5487d9881973149136ba1d19d3e (diff) | |
download | monitoring-plugins-26fbe7f1e68bb0c96da32491efcf3696fe6c299b.tar.gz |
Sync with the latest Gnulib code (6f2d632)
Diffstat (limited to 'gl/xalloc-die.c')
-rw-r--r-- | gl/xalloc-die.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/xalloc-die.c b/gl/xalloc-die.c index 4b22040..daa403b 100644 --- a/gl/xalloc-die.c +++ b/gl/xalloc-die.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* Report a memory allocation failure and exit. | 1 | /* Report a memory allocation failure and exit. |
2 | 2 | ||
3 | Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2006, 2009, 2010 | 3 | Copyright (C) 1997-2000, 2002-2004, 2006, 2009-2013 Free Software |
4 | Free Software Foundation, Inc. | 4 | Foundation, Inc. |
5 | 5 | ||
6 | This program is free software: you can redistribute it and/or modify | 6 | This program is free software: you can redistribute it and/or modify |
7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
@@ -33,7 +33,7 @@ xalloc_die (void) | |||
33 | { | 33 | { |
34 | error (exit_failure, 0, "%s", _("memory exhausted")); | 34 | error (exit_failure, 0, "%s", _("memory exhausted")); |
35 | 35 | ||
36 | /* The `noreturn' cannot be given to error, since it may return if | 36 | /* _Noreturn cannot be given to error, since it may return if |
37 | its first argument is 0. To help compilers understand the | 37 | its first argument is 0. To help compilers understand the |
38 | xalloc_die does not return, call abort. Also, the abort is a | 38 | xalloc_die does not return, call abort. Also, the abort is a |
39 | safety feature if exit_failure is 0 (which shouldn't happen). */ | 39 | safety feature if exit_failure is 0 (which shouldn't happen). */ |