Changeset 2416 for trunk/src/kash/shinstance.c
- Timestamp:
- Sep 14, 2010, 2:30:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.c
r2413 r2416 42 42 #if K_OS == K_OS_WINDOWS 43 43 # include <Windows.h> 44 extern pid_t shfork_do _it(shinstance *psh); /* shforkA-win.asm */44 extern pid_t shfork_do(shinstance *psh); /* shforkA-win.asm */ 45 45 #endif 46 46 … … 898 898 899 899 #if K_OS == K_OS_WINDOWS //&& defined(SH_FORKED_MODE) 900 pid = shfork_do_it(psh); 901 if (pid == 0) 902 shthread_set_shell(psh); 900 pid = shfork_do(psh); 903 901 904 902 #elif defined(SH_FORKED_MODE)
Note:
See TracChangeset
for help on using the changeset viewer.