Changeset 101770 in vbox for trunk/src/libs/xpcom18a4/nsprpub
- Timestamp:
- Nov 4, 2023 5:44:57 PM (15 months ago)
- Location:
- trunk/src/libs/xpcom18a4/nsprpub/pr
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/misc/prinit.c
r101765 r101770 248 248 _PR_InitCallOnce(); 249 249 _PR_InitDtoa(); 250 _PR_InitMW();251 250 252 251 nspr_InitializePRErrorTable(); … … 425 424 #endif 426 425 427 _PR_CleanupMW();428 426 _PR_CleanupDtoa(); 429 427 _PR_CleanupCallOnce(); -
trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptthread.c
r72721 r101770 1003 1003 PR_Unlock(pt_book.ml); 1004 1004 1005 _PR_CleanupMW();1006 1005 _PR_CleanupDtoa(); 1007 1006 _PR_CleanupCallOnce();
Note:
See TracChangeset
for help on using the changeset viewer.