Ignore:
Timestamp:
Mar 18, 2018, 9:10:03 PM (7 years ago)
Author:
bird
Message:

kmk/win: Reworking child process handling. This effort will hopefully handle processor groups better and allow executing internal function off the main thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/makeint.h

    r3140 r3156  
    474474# include <malloc.h>
    475475# define pipe(_p)        _pipe((_p), 512, O_BINARY)
     476# ifndef CONFIG_NEW_WIN_CHILDREN /* (only used by commands.c) */
    476477# define kill(_pid,_sig) w32_kill((_pid),(_sig))
     478# endif
    477479/* MSVC and Watcom C don't have ftruncate.  */
    478480# if defined(_MSC_VER) || defined(__WATCOMC__)
     
    485487
    486488void sync_Path_environment (void);
     489# ifndef CONFIG_NEW_WIN_CHILDREN /* (only used by commands.c) */
    487490int w32_kill (pid_t pid, int sig);
     491# endif
    488492int find_and_set_default_shell (const char *token);
    489493
Note: See TracChangeset for help on using the changeset viewer.