Changeset 3169 for trunk/src/kmk/w32/winchildren.h
- Timestamp:
- Mar 21, 2018, 12:27:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/w32/winchildren.h
r3159 r3169 27 27 #define INCLUDED_WINCHILDREN_H 28 28 29 void MkWinChildInit(unsigned int cJobSlot); 30 void MkWinChildReExecMake(char **papszArgs, char **papszEnv); 29 30 void MkWinChildInit(unsigned int cJobSlot); 31 void MkWinChildReExecMake(char **papszArgs, char **papszEnv); 31 32 intptr_t MkWinChildGetCompleteEventHandle(void); 32 33 int MkWinChildCreate(char **papszArgs, char **papszEnv, const char *pszShell, struct child *pMkChild, pid_t *pPid); 33 34 int MkWinChildCreateWithStdOutPipe(char **papszArgs, char **papszEnv, int fdErr, pid_t *pPid, int *pfdReadPipe); 35 #ifdef KMK 36 struct KMKBUILTINENTRY; 37 int MkWinChildCreateBuiltIn(struct KMKBUILTINENTRY const *pBuiltIn, int cArgs, char **papszArgs, 38 char **papszEnv, struct child *pMkChild, pid_t *pPid); 34 39 int MkWinChildCreateSubmit(intptr_t hEvent, void *pvSubmitWorker, pid_t *pPid); 35 40 int MkWinChildCreateRedirect(intptr_t hProcess, pid_t *pPid); 41 #endif 36 42 int MkWinChildKill(pid_t pid, int iSignal, struct child *pMkChild); 37 43 int MkWinChildWait(int fBlock, pid_t *pPid, int *piExitCode, int *piSignal, int *pfCoreDumped, struct child **ppMkChild);
Note:
See TracChangeset
for help on using the changeset viewer.