Changeset 3140 for trunk/src/kmk/kmkbuiltin/mscfakes.h
- Timestamp:
- Mar 14, 2018, 10:28:10 PM (7 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
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.h
r3092 r3140 110 110 #endif 111 111 112 struct timeval112 struct msc_timeval 113 113 { 114 114 __time64_t tv_sec; 115 115 long tv_usec; 116 116 }; 117 #define timeval msc_timeval 117 118 118 119 struct iovec … … 160 161 #endif 161 162 int symlink(const char *pszDst, const char *pszLink); 162 int utimes(const char *pszPath, const struct timeval *paTimes);163 int lutimes(const char *pszPath, const struct timeval *paTimes);163 int utimes(const char *pszPath, const struct msc_timeval *paTimes); 164 int lutimes(const char *pszPath, const struct msc_timeval *paTimes); 164 165 ssize_t writev(int fd, const struct iovec *vector, int count); 165 166 166 int gettimeofday(struct timeval *pNow, void *pvIgnored);167 int gettimeofday(struct msc_timeval *pNow, void *pvIgnored); 167 168 struct tm *localtime_r(const __time64_t *pNow, struct tm *pResult); 168 169 __time64_t timegm(struct tm *pNow);
Note:
See TracChangeset
for help on using the changeset viewer.