| Index: patches/nspr-attach-as-system-thread.patch
|
| diff --git a/patches/nspr-attach-as-system-thread.patch b/patches/nspr-attach-as-system-thread.patch
|
| deleted file mode 100644
|
| index e06806ce7731e7761b48303e44de58465eab96ef..0000000000000000000000000000000000000000
|
| --- a/patches/nspr-attach-as-system-thread.patch
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -diff --git a/nspr/pr/src/md/windows/w95thred.c b/nspr/pr/src/md/windows/w95thred.c
|
| -index 52bfb02..2741d94 100644
|
| ---- a/nspr/pr/src/md/windows/w95thred.c
|
| -+++ b/nspr/pr/src/md/windows/w95thred.c
|
| -@@ -318,7 +318,7 @@ PRThread *thread;
|
| -
|
| - if (NULL == thread) {
|
| - thread = _PRI_AttachThread(
|
| -- PR_USER_THREAD, PR_PRIORITY_NORMAL, NULL, 0);
|
| -+ PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, NULL, 0);
|
| - }
|
| - PR_ASSERT(thread != NULL);
|
| - return thread;
|
|
|