# HG changeset patch # User Jim Meyering # Date 992851298 0 # Node ID 7fed086612ed79440fa187a9d39c80a93dce4cd6 # Parent 88f18cf0060571cae794282a539990ae0807b54a update from libc diff --git a/lib/obstack.c b/lib/obstack.c --- 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 @@ # endif static void +__attribute__ ((noreturn)) print_and_abort () { fputs (_("memory exhausted"), stderr);