home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols
- version39-41:1.1;
- locks;
- comment @ * @;
-
-
- 1.1
- date 92.06.08.17.01.06; author mwild; state Exp;
- branches;
- next ;
-
-
- desc
- @initial checkin
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @#define KERNEL
- #include "ixemul.h"
-
- void
- abort (void)
- {
- syscall (SYS_kill, 0, SIGABRT);
- /* if this should be caught, do exit directly... */
-
- ix_panic ("ABORT!");
- syscall (SYS_exit, 20);
- }
- @
-