From: Ulrich Drepper Date: Fri, 20 Sep 2002 04:43:33 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-3~132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ed4a17c9aba7194dd51c766ea6b0ba781d6ce16;p=platform%2Fupstream%2Fglibc.git Update. * sysdeps/unix/sysv/linux/_exit.c: Include . (_exit): Don't use ABORT_INSTRUCTION if it is not defined. Reported by Glen Nakamura . --- diff --git a/ChangeLog b/ChangeLog index 8f15319..ff564d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2002-09-19 Ulrich Drepper - * sysdeps/unix/sysv/linux/_exit.c (_exit): Don't use ABORT_INSTRUCTION - if it is not defined. Reported by Glen Nakamura . + * sysdeps/unix/sysv/linux/_exit.c: Include . + (_exit): Don't use ABORT_INSTRUCTION if it is not defined. + Reported by Glen Nakamura . 2002-09-19 Neal H. Walfield diff --git a/sysdeps/unix/sysv/linux/_exit.c b/sysdeps/unix/sysv/linux/_exit.c index 25c3871..a8126a6 100644 --- a/sysdeps/unix/sysv/linux/_exit.c +++ b/sysdeps/unix/sysv/linux/_exit.c @@ -16,6 +16,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include #include #include #include