Changeset 3451 for trunk/src/kash/shfile.c
- Timestamp:
- Sep 13, 2020, 1:21:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shfile.c
r3447 r3451 1114 1114 strtinfo->lpReserved2 = pbData; 1115 1115 1116 # ifndef SH_FORKED_MODE 1116 1117 shmtx_leave(&pfdtab->mtx, &tmp); /* should be harmless as this isn't really necessary at all. */ 1117 1118 shmtx_enter(&g_sh_exec_inherit_mtx, &info->tmp); 1118 1119 shmtx_enter(&pfdtab->mtx, &tmp); 1120 # endif 1119 1121 1120 1122 *(int *)pbData = count; … … 1194 1196 shfile_set_inherit_win(file, 0); 1195 1197 1198 # ifndef SH_FORKED_MODE 1196 1199 if (info->inherithandles) 1197 1200 shmtx_leave(&g_sh_exec_inherit_mtx, &info->tmp); 1201 # endif 1198 1202 } 1199 1203
Note:
See TracChangeset
for help on using the changeset viewer.