VirtualBox

Ignore:
Timestamp:
May 8, 2021 11:02:05 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144284
Message:

r0drv/netbsd: Adapt to the change of sleepq_enqueue(9) signature. bugref:8547.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/netbsd/sleepqueue-r0drv-netbsd.h

    r83614 r88949  
    170170DECLINLINE(void) rtR0SemBsdWaitDoIt(PRTR0SEMBSDSLEEP pWait)
    171171{
     172#if __NetBSD_Prereq__(9,99,57)
     173#define sleepq_enqueue(sq, wchan, wmesg, sobj) \
     174            sleepq_enqueue((sq), (wchan), (wmesg), (sobj), true)
     175#endif
     176
    172177    sleepq_enter(pWait->sq, curlwp, pWait->sq_lock);
    173178    sleepq_enqueue(pWait->sq, pWait->wchan, "VBoxIS", &vbox_syncobj);
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