Changeset 2546 for trunk/src/misc


Ignore:
Timestamp:
Oct 1, 2011, 9:49:54 PM (14 years ago)
Author:
bird
Message:

Applied modified patches for Haiku support from Mike Smith.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/misc/kmk_time.c

    r2413 r2546  
    364364            rc = WEXITSTATUS(rc);
    365365        }
     366# ifndef __HAIKU__ /**@todo figure how haiku signals that a core was dumped. */
    366367        else if (WIFSIGNALED(rc) && WCOREDUMP(rc))
    367368        {
     
    369370            rc = 10;
    370371        }
     372# endif
    371373        else if (WIFSIGNALED(rc))
    372374        {
Note: See TracChangeset for help on using the changeset viewer.