Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 20 Sep 2002 04:43:33 +0000 (04:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 20 Sep 2002 04:43:33 +0000 (04:43 +0000)
* sysdeps/unix/sysv/linux/_exit.c: Include <errno.h>.
(_exit): Don't use ABORT_INSTRUCTION if it is not defined.
Reported by Glen Nakamura <glen@imodulo.com>.

ChangeLog
sysdeps/unix/sysv/linux/_exit.c

index 8f15319..ff564d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 2002-09-19  Ulrich Drepper  <drepper@redhat.com>
 
-       * sysdeps/unix/sysv/linux/_exit.c (_exit): Don't use ABORT_INSTRUCTION
-       if it is not defined.  Reported by Glen Nakamura <glen@imodulo.com>.
+       * sysdeps/unix/sysv/linux/_exit.c: Include <errno.h>.
+       (_exit): Don't use ABORT_INSTRUCTION if it is not defined.
+       Reported by Glen Nakamura <glen@imodulo.com>.
 
 2002-09-19  Neal H. Walfield  <neal@cs.uml.edu>
 
index 25c3871..a8126a6 100644 (file)
@@ -16,6 +16,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#include <errno.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <sysdep.h>