Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 880373
Collapse All | Expand All

(-)a/gnu/obstack.c (-1 / +1 lines)
Lines 326-332 int obstack_exit_failure = EXIT_FAILURE; Link Here
326
#   include <libio/iolibio.h>
326
#   include <libio/iolibio.h>
327
#  endif
327
#  endif
328
328
329
static _Noreturn void
329
static __attribute_noreturn__ void
330
print_and_abort (void)
330
print_and_abort (void)
331
{
331
{
332
  /* Don't change any of these strings.  Yes, it would be possible to add
332
  /* Don't change any of these strings.  Yes, it would be possible to add

Return to bug 880373