VirtualBox

Changeset 96563 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Aug 31, 2022 3:34:36 PM (2 years ago)
Author:
vboxsync
Message:

NetBSD/GA: adapt to sleepq 9.9.98 changes. bugref:8547

File:
1 edited

Legend:

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

    r96407 r96563  
    191191    pWait->sq_lock = NULL;
    192192
    193     int error = sleepq_block(pWait->iTimeout, pWait->fInterruptible);
     193    int error = sleepq_block(pWait->iTimeout, pWait->fInterruptible
     194#if __NetBSD_Prereq__(9,99,98)  /* a bit later, actually... */
     195                             , &vbox_syncobj
     196#endif
     197        );
    194198    if (error == EWOULDBLOCK) {
    195199        if (!pWait->fIndefinite) {
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