diff options
author | Jim Meyering <jim@meyering.net> | 2001-06-18 08:01:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-06-18 08:01:38 +0000 |
commit | 6efc19263f80cd3610c5514bc81b97afd9ea0b49 (patch) | |
tree | 0a24e8b1ca1f739e699de6e28f773a2312d1c0f9 /lib | |
parent | 6fcc39f7e066396b1c28510bb2abbfd3dc65b63c (diff) | |
download | coreutils-6efc19263f80cd3610c5514bc81b97afd9ea0b49.tar.xz |
update from libc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/obstack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/obstack.c b/lib/obstack.c index 66639d77b..0789459bf 100644 --- a/lib/obstack.c +++ b/lib/obstack.c @@ -1,5 +1,5 @@ /* obstack.c - subroutines used implicitly by object stack macros - Copyright (C) 1988-1994,96,97,98,99,2000 Free Software Foundation, Inc. + Copyright (C) 1988-1994,96,97,98,99,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. The master source lives in /gd/gnu/lib. @@ -472,6 +472,7 @@ _obstack_memory_used (h) # endif static void +__attribute__ ((noreturn)) print_and_abort () { fputs (_("memory exhausted"), stderr); |