Changeset 2862 for trunk/src/kmk
- Timestamp:
- Sep 2, 2016, 4:39:56 AM (9 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/dir-nt-bird.c
r2861 r2862 504 504 void dir_cache_invalid_missing(void) 505 505 { 506 kFsCacheInvalidate Missing(g_pFsCache);507 } 508 506 kFsCacheInvalidateAll(g_pFsCache); 507 } 508 -
trunk/src/kmk/job.c
r2861 r2862 686 686 if (job_counter) 687 687 --job_counter; 688 689 # if defined(KMK) && defined(KBUILD_OS_WINDOWS)690 /* Invalidate negative directory cache entries now that a691 job has completed and possibly created new files that692 was missing earlier. */693 extern void dir_cache_invalid_missing(void);694 dir_cache_invalid_missing ();695 # endif696 688 } 697 689 else -
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.