mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
The thread start routine needs C linkage. This fixes a compilation error on Tru64/cxx.
[SVN r44427]
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
namespace boost_has_pthreads{
|
||||
|
||||
void* thread_proc(void* arg)
|
||||
extern "C" void* thread_proc(void* arg)
|
||||
{
|
||||
return arg;
|
||||
}
|
||||
|
Reference in New Issue
Block a user