Changeset 3682 for trunk/src/kmk/kmkbuiltin/mscfakes.c
- Timestamp:
- Aug 13, 2025, 1:34:19 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/kmk/kmkbuiltin/mscfakes.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/mscfakes.c
r3636 r3682 44 44 #undef utimes 45 45 #undef lutimes 46 #include "nt/ntmkdirat.h" 47 #undef mkdir 48 #undef mkdirat 46 49 47 50 #include "console.h" … … 314 317 int mkdir_msc(const char *path, mode_t mode) 315 318 { 319 #if 0 316 320 int rc = (mkdir)(path); 317 321 if (rc) … … 328 332 } 329 333 return rc; 334 #else 335 return birdMkDir(path, mode); 336 #endif 330 337 } 331 338
Note:
See TracChangeset
for help on using the changeset viewer.
