summaryrefslogtreecommitdiff
path: root/security/nss/files/patch-bug301986
blob: 0745e23e91720f00a019e564a6647190e83875fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 */