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:53:51 -0600
commit83c488f991ead833aefaf297e2fbe50151e70910 (patch)
tree5f0475892135d916ae64e0999441d65efb31f104
parenta43b786edefd6ec11df656d918d16777da08f782 (diff)
downloadATCD-83c488f991ead833aefaf297e2fbe50151e70910.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 98a24079307..b083b5ebcdf 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 ();
/**