VirtualBox

Changeset 11780 in vbox for trunk/src


Ignore:
Timestamp:
Aug 28, 2008 6:33:06 PM (16 years ago)
Author:
vboxsync
Message:

API/xpcom: a bit more namespace cleanup for solaris

Location:
trunk/src/libs/xpcom18a4/nsprpub/pr
Files:
3 edited

Legend:

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

    r11551 r11780  
    8585#define PR_OS2_SetFloatExcpHandler VBoxNsprPR_OS2_SetFloatExcpHandler
    8686#define PR_OS2_UnsetFloatExcpHandler VBoxNsprPR_OS2_UnsetFloatExcpHandler
     87#define PR_XLock VBoxNsprPR_XLock
     88#define PR_XUnlock VBoxNsprPR_XUnlock
     89#define PR_XIsLocked VBoxNsprPR_XIsLocked
     90#define PR_XWait VBoxNsprPR_XWait
     91#define PR_XNotify VBoxNsprPR_XNotify
     92#define PR_XNotifyAll VBoxNsprPR_XNotifyAll
    8793#endif /* VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */
    8894
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/io/prfile.c

    r3367 r11780  
    420420}
    421421
     422#ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
     423static PRInt32 PR_GetSysfdTableMax(void)
     424#else /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
    422425PRInt32 PR_GetSysfdTableMax(void)
     426#endif /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */
    423427{
    424428#if defined(XP_UNIX) && !defined(AIX) && !defined(NEXTSTEP) && !defined(QNX)
     
    453457}
    454458
     459#ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
     460static PRInt32 PR_SetSysfdTableSize(int table_size)
     461#else /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
    455462PRInt32 PR_SetSysfdTableSize(int table_size)
     463#endif /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */
    456464{
    457465#if defined(XP_UNIX) && !defined(AIX) && !defined(NEXTSTEP) && !defined(QNX)
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c

    r1 r11780  
    46074607 */
    46084608
     4609#ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
     4610static PRInt32 PR_GetSysfdTableMax(void)
     4611#else /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */
    46094612PRInt32 PR_GetSysfdTableMax(void)
     4613#endif /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */
    46104614{
    46114615#if defined(XP_UNIX) && !defined(AIX) && !defined(VMS)
     
    46214625}
    46224626
     4627#ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
     4628static PRInt32 PR_SetSysfdTableSize(PRIntn table_size)
     4629#else /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */
    46234630PRInt32 PR_SetSysfdTableSize(PRIntn table_size)
     4631#endif /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */
    46244632{
    46254633#if defined(XP_UNIX) && !defined(AIX) && !defined(VMS)
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