1
1

Initial dump from Zyxel

This commit is contained in:
2026-04-17 17:00:52 +02:00
commit 81fec250f4
23116 changed files with 5231237 additions and 0 deletions
@@ -0,0 +1,10 @@
--- a/libpthread/linuxthreads.old/pthread.c 2011-06-08 12:35:20.000000000 -0700
+++ b/libpthread/linuxthreads.old/pthread.c 2013-04-05 09:47:16.146094179 -0700
@@ -796,6 +796,7 @@ static void pthread_onexit_process(int r
/* Since all threads have been asynchronously terminated
* (possibly holding locks), free cannot be used any more. */
__pthread_manager_thread_bos = __pthread_manager_thread_tos = NULL;
+ __pthread_manager_request = -1; /* Fix for Jira 13194 */
}
}
}