Ignore:
Timestamp:
Nov 21, 2013, 1:11:08 AM (12 years ago)
Author:
bird
Message:

kmk/WindowsNT: Avoiding unnecessary stat() calls. Reimplemented stat(), lstat(), fstat(), opendir(), readdir(), and closedir() using native NT APIs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/glob/glob.h

    r1993 r2702  
    137137    int (*gl_stat) __PMT ((__const char *, struct stat *));
    138138#endif
     139#ifdef KMK
     140    int (*gl_exists) __PMT ((__const char *));
     141    int (*gl_isdir) __PMT ((__const char *));
     142#endif
    139143  } glob_t;
    140144
Note: See TracChangeset for help on using the changeset viewer.