Changeset 2546 for trunk/src/misc
- Timestamp:
- Oct 1, 2011, 9:49:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/misc/kmk_time.c
r2413 r2546 364 364 rc = WEXITSTATUS(rc); 365 365 } 366 # ifndef __HAIKU__ /**@todo figure how haiku signals that a core was dumped. */ 366 367 else if (WIFSIGNALED(rc) && WCOREDUMP(rc)) 367 368 { … … 369 370 rc = 10; 370 371 } 372 # endif 371 373 else if (WIFSIGNALED(rc)) 372 374 {
Note:
See TracChangeset
for help on using the changeset viewer.