Changeset 3140 in kBuild for trunk/src/kmk/kmkbuiltin/mscfakes.c
- Timestamp:
- Mar 14, 2018 9:28:10 PM (7 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
kmkbuiltin/mscfakes.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk
-
Property svn:mergeinfo
set to
/vendor/gnumake/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/src/kmk/kmkbuiltin/mscfakes.c
r3117 r3140 44 44 #undef utimes 45 45 #undef lutimes 46 47 #define timeval windows_timeval48 #include <Windows.h>49 #undef timeval50 46 51 47 extern ssize_t maybe_con_write(int, void const *, size_t); … … 662 658 663 659 664 int utimes(const char *pszPath, const struct timeval *paTimes)660 int utimes(const char *pszPath, const struct msc_timeval *paTimes) 665 661 { 666 662 if (paTimes) … … 677 673 678 674 679 int lutimes(const char *pszPath, const struct timeval *paTimes)675 int lutimes(const char *pszPath, const struct msc_timeval *paTimes) 680 676 { 681 677 if (paTimes) … … 692 688 693 689 694 int gettimeofday(struct timeval *pNow, void *pvIgnored)690 int gettimeofday(struct msc_timeval *pNow, void *pvIgnored) 695 691 { 696 692 struct __timeb64 Now;
Note:
See TracChangeset
for help on using the changeset viewer.

