Changeset 2862 in kBuild for trunk/src/kmk/w32/subproc
- Timestamp:
- Sep 2, 2016 2:39:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/w32/subproc/sub_proc.c
r2846 r2862 269 269 */ 270 270 #ifdef KMK 271 /* Invalidate negative directory cache entries now that a 272 job has completed and possibly created new files that 273 was missing earlier. */ 274 extern void dir_cache_invalid_missing(void); 275 dir_cache_invalid_missing(); 276 271 277 if (pproc->enmType == kRegular) { 272 278 (void)process_file_io_private(pproc, FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.