Changeset 3156 for trunk/src/kmk/makeint.h
- Timestamp:
- Mar 18, 2018, 9:10:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/makeint.h
r3140 r3156 474 474 # include <malloc.h> 475 475 # define pipe(_p) _pipe((_p), 512, O_BINARY) 476 # ifndef CONFIG_NEW_WIN_CHILDREN /* (only used by commands.c) */ 476 477 # define kill(_pid,_sig) w32_kill((_pid),(_sig)) 478 # endif 477 479 /* MSVC and Watcom C don't have ftruncate. */ 478 480 # if defined(_MSC_VER) || defined(__WATCOMC__) … … 485 487 486 488 void sync_Path_environment (void); 489 # ifndef CONFIG_NEW_WIN_CHILDREN /* (only used by commands.c) */ 487 490 int w32_kill (pid_t pid, int sig); 491 # endif 488 492 int find_and_set_default_shell (const char *token); 489 493
Note:
See TracChangeset
for help on using the changeset viewer.