summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2021-01-05 23:52:10 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2021-01-05 23:52:10 -0600
commit24eb6e59c4c172fe74031590c59401b93f76647b (patch)
treed70b4e143fb879feb71918a7b37ba112789f10e1
parent22292c1f52b89ec5966d860ccaef9649a2cbf39e (diff)
downloadATCD-24eb6e59c4c172fe74031590c59401b93f76647b.tar.gz
Add Missing Export to ACE_OS::thr_gettid
-rw-r--r--ACE/ace/OS_NS_Thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/OS_NS_Thread.h b/ACE/ace/OS_NS_Thread.h
index e01e8a2b4f7..313c05317df 100644
--- a/ACE/ace/OS_NS_Thread.h
+++ b/ACE/ace/OS_NS_Thread.h
@@ -1767,6 +1767,7 @@ namespace ACE_OS {
* For older Linux (pre 2.4.11) and other systems that don't have gettid(),
* this uses ACE_NOTSUP_RETURN (-1).
*/
+ ACE_Export
pid_t thr_gettid ();
/**