diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-03 05:35:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-03 05:35:44 +0000 |
commit | c48dc15f68139a1d1d58a85a43b0d33e8b88791e (patch) | |
tree | 73360715792e2b88bd25a78597652b890e313142 /ace/Log_Msg.cpp | |
parent | 539e0d97bd4f8fb88fdea62726dcd5fa0ec6e791 (diff) | |
download | ATCD-c48dc15f68139a1d1d58a85a43b0d33e8b88791e.tar.gz |
foo
Diffstat (limited to 'ace/Log_Msg.cpp')
-rw-r--r-- | ace/Log_Msg.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp index e1d83470190..311142b28ff 100644 --- a/ace/Log_Msg.cpp +++ b/ace/Log_Msg.cpp @@ -52,6 +52,9 @@ static ACE_thread_key_t key_; #endif /* VXWORKS */ /* static */ +#if defined (ACE_HAS_THR_C_FUNC) +extern "C" +#endif /* ACE_HAS_THR_C_FUNC */ void ACE_TSS_cleanup (void *ptr) { |