- Timestamp:
- May 27, 2007, 8:35:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/src/kNIX/os2/b_panic.c
r2929 r3370 418 418 * Terminate the process. 419 419 */ 420 #if 0 421 if (pTib->tib_ptib2->tib2_usMCCount) 422 { 423 ULONG ulIgnore; 424 unsigned cMCExits = pTib->tib_ptib2->tib2_usMCCount; 425 LIBCLOG_MSG("Calling DosExitMustComplete() %u times\n", cMCExits); 426 while (cMCExits-- > 0) 427 DosExitMustComplete(&ulIgnore); 428 } 429 #endif 420 430 LIBCLOG_MSG("Calling DosKillProcess()\n"); 421 431 for (;;)
Note:
See TracChangeset
for help on using the changeset viewer.