diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-16 01:02:50 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-16 01:02:50 +0000 |
commit | a1915d4502e23cc0c30e1c80a31971e71e7340a5 (patch) | |
tree | 8502cb726a6ab5f8f041ab9ea6ea7dcca7b4c36b /libc/misc/gnu | |
parent | b865ce517bd48ce9f11dac018d350ed69a533e2b (diff) |
Convert users
Diffstat (limited to 'libc/misc/gnu')
-rw-r--r-- | libc/misc/gnu/obstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/gnu/obstack.c b/libc/misc/gnu/obstack.c index 9cc90bd42..6521bd1d4 100644 --- a/libc/misc/gnu/obstack.c +++ b/libc/misc/gnu/obstack.c @@ -502,7 +502,7 @@ print_and_abort () else # endif fprintf (stderr, "%s\n", _("memory exhausted")); - exit (obstack_exit_failure); + __exit (obstack_exit_failure); } # if 0 |