cornucopia: bump SRCREV
[openembedded.git] / recipes / boost / files / 1.41.0_uclibc.patch
blob21d12da095a5c3a63e059ab1f64c5587f77849de
1 Index: boost-1.41.0.cmake0/libs/thread/src/pthread/thread.cpp
2 ===================================================================
3 --- boost-1.41.0.cmake0.orig/libs/thread/src/pthread/thread.cpp
4 +++ boost-1.41.0.cmake0/libs/thread/src/pthread/thread.cpp
5 @@ -380,7 +380,7 @@ namespace boost
7 #if defined(PTW32_VERSION) || defined(__hpux)
8 return pthread_num_processors_np();
9 -#elif defined(_GNU_SOURCE)
10 +#elif defined(_GNU_SOURCE) && !defined(__UCLIBC__)
11 return get_nprocs();
12 #elif defined(__APPLE__) || defined(__FreeBSD__)
13 int count;