9a61a40a39379693eebcc2e98772b287821e2399
[openwrt/staging/florian.git] / toolchain / uClibc / patches / 140-fix-endless-recursion-in-pthread.patch
1 diff -urN uClibc-0.9.29.orig/libpthread/linuxthreads.old/pthread.c uClibc-0.9.29/libpthread/linuxthreads.old/pthread.c
2 --- uClibc-0.9.29.orig/libpthread/linuxthreads.old/pthread.c 2008-09-18 06:18:00.000000000 +0200
3 +++ uClibc-0.9.29/libpthread/linuxthreads.old/pthread.c 2008-09-18 06:19:06.000000000 +0200
4 @@ -335,9 +335,9 @@
5 .ptr_pthread_raise = pthread_raise,
6 .ptr__pthread_cleanup_push = _pthread_cleanup_push,
7 .ptr__pthread_cleanup_pop = _pthread_cleanup_pop
8 -*/
9 .ptr__pthread_cleanup_push_defer = _pthread_cleanup_push_defer,
10 .ptr__pthread_cleanup_pop_restore = _pthread_cleanup_pop_restore,
11 +*/
12 };
13 #ifdef SHARED
14 # define ptr_pthread_functions &__pthread_functions