VirtualBox

Changeset 92781 in vbox for trunk/src/VBox/Runtime/r3/posix


Ignore:
Timestamp:
Dec 7, 2021 10:31:02 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148699
Message:

IPRT/posix/semwait.h: Build fix. bugref:10138

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/semwait.h

    r92780 r92781  
    120120        pAbsDeadline->tv_sec  += TsAdd.tv_sec;
    121121        pAbsDeadline->tv_nsec += TsAdd.tv_nsec;
    122         if (pAbsDeadline->tv_nsec >= RT_NS_1SEC)
     122        if ((uint32_t)pAbsDeadline->tv_nsec >= RT_NS_1SEC)
    123123        {
    124124            pAbsDeadline->tv_nsec -= RT_NS_1SEC;
Note: See TracChangeset for help on using the changeset viewer.

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