VirtualBox

Changeset 3140 in kBuild for trunk/src/kmk/kmkbuiltin/mscfakes.c


Ignore:
Timestamp:
Mar 14, 2018 9:28:10 PM (7 years ago)
Author:
bird
Message:

kmk: Merged in changes from GNU make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6 / https://git.savannah.gnu.org/git/make.git).

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk

  • trunk/src/kmk/kmkbuiltin/mscfakes.c

    r3117 r3140  
    4444#undef utimes
    4545#undef lutimes
    46 
    47 #define timeval windows_timeval
    48 #include <Windows.h>
    49 #undef timeval
    5046
    5147extern ssize_t maybe_con_write(int, void const *, size_t);
     
    662658
    663659
    664 int utimes(const char *pszPath, const struct timeval *paTimes)
     660int utimes(const char *pszPath, const struct msc_timeval *paTimes)
    665661{
    666662    if (paTimes)
     
    677673
    678674
    679 int lutimes(const char *pszPath, const struct timeval *paTimes)
     675int lutimes(const char *pszPath, const struct msc_timeval *paTimes)
    680676{
    681677    if (paTimes)
     
    692688
    693689
    694 int gettimeofday(struct timeval *pNow, void *pvIgnored)
     690int gettimeofday(struct msc_timeval *pNow, void *pvIgnored)
    695691{
    696692    struct __timeb64 Now;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette