Changeset 1893


Ignore:
Timestamp:
Apr 24, 2005, 8:08:44 AM (20 years ago)
Author:
bird
Message:

killing might screw up, we'll see...

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.25 to 1.26
    r1892 r1893  
    20652065    for (;;)
    20662066    {
    2067         DosKillProcess(DKP_PROCESS, 0);
     2067        DosKillProcess(DKP_PROCESS, fibGetPid());
    20682068        DosExit(EXIT_PROCESS, 127);
    20692069    }
     
    22472247    for (;;)
    22482248    {
    2249         DosKillProcess(DKP_PROCESS, 0);
     2249        DosKillProcess(DKP_PROCESS, fibGetPid());
    22502250        DosExit(EXIT_PROCESS, 127);
    22512251    }
Note: See TracChangeset for help on using the changeset viewer.