uClibc: bsd supports the same floating point classification functions as c99, fixes...
[openwrt-10.03/.git] / toolchain / uClibc / patches-0.9.29 / 140-fix-endless-recursion-in-pthread.patch
1 --- a/libpthread/linuxthreads.old/pthread.c
2 +++ b/libpthread/linuxthreads.old/pthread.c
3 @@ -335,9 +335,9 @@ struct pthread_functions __pthread_funct
4      .ptr_pthread_raise = pthread_raise,
5      .ptr__pthread_cleanup_push = _pthread_cleanup_push,
6      .ptr__pthread_cleanup_pop = _pthread_cleanup_pop
7 -*/
8      .ptr__pthread_cleanup_push_defer = _pthread_cleanup_push_defer,
9      .ptr__pthread_cleanup_pop_restore = _pthread_cleanup_pop_restore,
10 +*/
11    };
12  #ifdef SHARED
13  # define ptr_pthread_functions &__pthread_functions