Changeset 101929 in vbox for trunk/src/libs
- Timestamp:
- Nov 7, 2023 11:09:22 AM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 160025
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/unix.c
r101877 r101929 90 90 #endif 91 91 92 /*93 ** Global lock variable used to bracket calls into rusty libraries that94 ** aren't thread safe (like libc, libX, etc).95 */96 static PRLock *_pr_rename_lock = NULL;97 98 92 static PRInt64 minus_one; 99 93 … … 531 525 rv = sigaction(SIGPIPE, &sigact, 0); 532 526 PR_ASSERT(0 == rv); 533 534 _pr_rename_lock = PR_NewLock();535 PR_ASSERT(NULL != _pr_rename_lock);536 527 537 528 _PR_InitIOV(); /* one last hack */
Note:
See TracChangeset
for help on using the changeset viewer.