Changeset 1149


Ignore:
Timestamp:
Feb 2, 2004, 11:12:53 PM (22 years ago)
Author:
bird
Message:

Made abort and default signal termination somewhate more interesting for a developer and user (not sure if it's gonna break anything).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/__init.c

    • Property cvs2svn:cvs-rev changed from 1.10 to 1.11
    r1148 r1149  
    272272{
    273273  FS_VAR();
     274  PPIB pPib;
     275  PTIB pTib;
     276  DosGetInfoBlocks (&pTib, &pPib);
     277  say ("\r\n");
     278  say (pPib->pib_pchcmd);
     279  say (":");
     280
    274281  if (signo == SIGABRT)
    275282    say ("\r\nAbnormal program termination\r\n");
Note: See TracChangeset for help on using the changeset viewer.