VirtualBox

Changeset 101971 in vbox


Ignore:
Timestamp:
Nov 8, 2023 1:04:40 PM (13 months ago)
Author:
vboxsync
Message:

libs/xpcom: Get rid of the now unused PR_Atomic* API, bugref:10545 [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h

    r101969 r101971  
    368368    PRInt8 notused;
    369369#endif
    370 };
    371 
    372 /*************************************************************************/
    373 
    374 struct PRStackStr {
    375     /* head MUST be at offset 0; assembly language code relies on this */
    376 #if defined(AIX)
    377     volatile PRStackElem prstk_head;
    378 #else
    379     PRStackElem prstk_head;
    380 #endif
    381 
    382     PRLock *prstk_lock;
    383     char *prstk_name;
    384370};
    385371
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