Ignore:
Timestamp:
Mar 19, 2018, 2:37:13 PM (7 years ago)
Author:
bird
Message:

kmk/win: Some fixes & docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/w32/winchildren.h

    r3156 r3159  
    3636int     MkWinChildKill(pid_t pid, int iSignal, struct child *pMkChild);
    3737int     MkWinChildWait(int fBlock, pid_t *pPid, int *piExitCode, int *piSignal, int *pfCoreDumped, struct child **ppMkChild);
     38void    MkWinChildExclusiveAcquire(void);
     39void    MkWinChildExclusiveRelease(void);
    3840
    3941#undef  CLOSE_ON_EXEC
Note: See TracChangeset for help on using the changeset viewer.