VirtualBox

Changeset 101929 in vbox for trunk/src/libs


Ignore:
Timestamp:
Nov 7, 2023 11:09:22 AM (15 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160025
Message:

libs/xpcom: Remove an unused lock (was still created) in unix.c, bugref:10545 [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/unix.c

    r101877 r101929  
    9090#endif
    9191
    92 /*
    93 ** Global lock variable used to bracket calls into rusty libraries that
    94 ** aren't thread safe (like libc, libX, etc).
    95 */
    96 static PRLock *_pr_rename_lock = NULL;
    97 
    9892static PRInt64 minus_one;
    9993
     
    531525    rv = sigaction(SIGPIPE, &sigact, 0);
    532526    PR_ASSERT(0 == rv);
    533 
    534     _pr_rename_lock = PR_NewLock();
    535     PR_ASSERT(NULL != _pr_rename_lock);
    536527
    537528    _PR_InitIOV();  /* one last hack */
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