Changeset 86359 in vbox
- Timestamp:
- Sep 30, 2020 6:13:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/unix.c
r46043 r86359 61 61 #endif 62 62 63 #ifdef VBOX 64 # include <iprt/mem.h> 65 #endif 66 63 67 /* 64 68 * Make sure _PRSockLen_t is 32-bit, because we will cast a PRUint32* or … … 2876 2880 _pr_Xfe_mon = PR_NewMonitor(); 2877 2881 PR_ASSERT(NULL != _pr_Xfe_mon); 2882 #ifdef VBOX 2883 RTMEM_MAY_LEAK(_pr_rename_lock); 2884 RTMEM_MAY_LEAK(_pr_Xfe_mon); 2885 #endif 2878 2886 2879 2887 _PR_InitIOV(); /* one last hack */
Note:
See TracChangeset
for help on using the changeset viewer.