VirtualBox

Changeset 102216 in vbox


Ignore:
Timestamp:
Nov 21, 2023 3:10:54 PM (12 months ago)
Author:
vboxsync
Message:

libs/xpcom: Remove mostly unused headers and move used stuff somewhere else, bugref:10545

Location:
trunk/src/libs/xpcom18a4
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r102215 r102216  
    6262        NSPRPUB-HEADERS \
    6363        NSPRPUB-MD-HEADERS \
    64         NSPRPUB-PRIV-HEADERS \
    6564        STRING-HEADERS \
    6665        XPCOM-HEADERS \
     
    198197        nsprpub/pr/include/md/_solaris32.cfg \
    199198        nsprpub/pr/include/md/_solaris64.cfg
    200 
    201 NSPRPUB-PRIV-HEADERS_INST = $(INST_SDK)bindings/xpcom/include/nsprpub/private/
    202 NSPRPUB-PRIV-HEADERS_IFFLAGS = -m 644
    203 NSPRPUB-PRIV-HEADERS_SOURCES = \
    204         nsprpub/pr/include/private/pprthred.h \
    205         nsprpub/pr/include/private/prpriv.h
    206199
    207200STRING-HEADERS_INST = $(INST_SDK)bindings/xpcom/include/string/
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h

    r102215 r102216  
    5050
    5151#include "nspr.h"
    52 #include "prpriv.h"
    5352
    5453#include "md/prosdep.h"
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/prmon.h

    r11551 r102216  
    5050#define PR_NewMonitor VBoxNsprPR_NewMonitor
    5151#define PR_DestroyMonitor VBoxNsprPR_DestroyMonitor
     52#define PR_GetMonitorEntryCount VBoxNsprPR_GetMonitorEntryCount
     53#define PR_NewNamedMonitor VBoxNsprPR_NewNamedMonitor
    5254#endif /* VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */
    5355
     
    119121NSPR_API(PRStatus) PR_NotifyAll(PRMonitor *mon);
    120122
     123/*
     124** Return the number of times that the current thread has entered the
     125** mutex. Returns zero if the current thread has not entered the mutex.
     126*/
     127NSPR_API(PRIntn) PR_GetMonitorEntryCount(PRMonitor *mon);
     128
     129NSPR_API(PRMonitor*) PR_NewNamedMonitor(const char* name);
     130
    121131PR_END_EXTERN_C
    122132
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