VirtualBox

Changeset 102460 in vbox for trunk/src


Ignore:
Timestamp:
Dec 5, 2023 8:16:30 AM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160603
Message:

libs/xpcom: Convert the sole user of prclist.h to IPRT's RTList* API and remove it, bugref:10545 [non macOS build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/threads/plevent.c

    r102459 r102460  
    906906    while (fullCount-- > 0) {
    907907        /* peek at the next event */
    908         PLEvent *event;
    909         event = PR_EVENT_PTR(aSelf->queue.next);
     908        PLEvent *event = RTListGetFirst(&aSelf->queue, PLEvent, link);
    910909        if (event == NULL)
    911910            break;
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