about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/_exit.c
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2002-10-031-0/+3
| | | | | | | 2002-10-03 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit, __syscall_exit_group): New prototypes.
* Update.Ulrich Drepper2002-09-201-0/+1
| | | | | | * 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>.
* (_exit): Don't use ABORT_INSTRUCTION if it is not defined.Ulrich Drepper2002-09-201-0/+2
|
* 2002-09-16 Andreas Jaeger <aj@suse.de>Roland McGrath2002-09-161-0/+2
| | | | | | * sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias to _Exit. * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
* Update.Ulrich Drepper2002-09-151-0/+38
2002-09-14 Ulrich Drepper <drepper@redhat.com> * include/unistd.h: Declare __exit_thread. * sysdeps/generic/libc-start.c: Remove dummy_addr. Wrap call to main in setjmp if HAVE_CANCELBUF is defined. * sysdeps/unix/sysv/linux/exit-thread.S: New file. * sysdeps/unix/sysv/linux/_exit.c: New file. * sysdeps/unix/sysv/linux/i386/_exit.S: New file. * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (sysdep_routines): Add exit-thread. * configure.in: Add dl_iterate_phdr to test using -nostdlib.