Changeset 875 for trunk/src/gmake


Ignore:
Timestamp:
Apr 14, 2007, 1:50:00 PM (18 years ago)
Author:
bird
Message:

only EMX has funny SIGCHLD requirements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/job.c

    r803 r875  
    977977  struct sigaction sa;
    978978
    979 #ifdef __EMX__
     979#if defined(__EMX__) && !defined(__KLIBC__)
    980980  /* The child handler must be turned off here.  */
    981981  signal (SIGCHLD, SIG_DFL);
Note: See TracChangeset for help on using the changeset viewer.