summaryrefslogtreecommitdiff
path: root/security/nss/files/patch-bug301986
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/files/patch-bug301986')
-rw-r--r--security/nss/files/patch-bug30198611
1 files changed, 11 insertions, 0 deletions
diff --git a/security/nss/files/patch-bug301986 b/security/nss/files/patch-bug301986
new file mode 100644
index 000000000000..0745e23e9172
--- /dev/null
+++ b/security/nss/files/patch-bug301986
@@ -0,0 +1,11 @@
+--- lib/util/nssilckt.h~
++++ lib/util/nssilckt.h
+@@ -195,7 +195,7 @@ typedef enum {
+ ** Declare the trace record
+ */
+ struct pzTrace_s {
+- PRUint32 threadID; /* PR_GetThreadID() */
++ pthread_t threadID; /* PR_GetThreadID() */
+ nssILockOp op; /* operation being performed */
+ nssILockType ltype; /* lock type identifier */
+ PRIntervalTime callTime; /* time spent in function */