mirror of
https://github.com/boostorg/config.git
synced 2026-02-17 01:32:15 +00: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