- Timestamp:
- Aug 28, 2008 6:33:06 PM (16 years ago)
- 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 85 85 #define PR_OS2_SetFloatExcpHandler VBoxNsprPR_OS2_SetFloatExcpHandler 86 86 #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 87 93 #endif /* VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */ 88 94 -
trunk/src/libs/xpcom18a4/nsprpub/pr/src/io/prfile.c
r3367 r11780 420 420 } 421 421 422 #ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP 423 static PRInt32 PR_GetSysfdTableMax(void) 424 #else /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP 422 425 PRInt32 PR_GetSysfdTableMax(void) 426 #endif /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */ 423 427 { 424 428 #if defined(XP_UNIX) && !defined(AIX) && !defined(NEXTSTEP) && !defined(QNX) … … 453 457 } 454 458 459 #ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP 460 static PRInt32 PR_SetSysfdTableSize(int table_size) 461 #else /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP 455 462 PRInt32 PR_SetSysfdTableSize(int table_size) 463 #endif /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */ 456 464 { 457 465 #if defined(XP_UNIX) && !defined(AIX) && !defined(NEXTSTEP) && !defined(QNX) -
trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c
r1 r11780 4607 4607 */ 4608 4608 4609 #ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP 4610 static PRInt32 PR_GetSysfdTableMax(void) 4611 #else /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */ 4609 4612 PRInt32 PR_GetSysfdTableMax(void) 4613 #endif /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */ 4610 4614 { 4611 4615 #if defined(XP_UNIX) && !defined(AIX) && !defined(VMS) … … 4621 4625 } 4622 4626 4627 #ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP 4628 static PRInt32 PR_SetSysfdTableSize(PRIntn table_size) 4629 #else /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */ 4623 4630 PRInt32 PR_SetSysfdTableSize(PRIntn table_size) 4631 #endif /* !VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */ 4624 4632 { 4625 4633 #if defined(XP_UNIX) && !defined(AIX) && !defined(VMS)
Note:
See TracChangeset
for help on using the changeset viewer.