summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2021-01-06 08:46:45 -0600
committerGitHub <noreply@github.com>2021-01-06 08:46:45 -0600
commitc79e08b60f46d42ba107837eb485fe4ae3eca314 (patch)
tree5f0475892135d916ae64e0999441d65efb31f104
parenta43b786edefd6ec11df656d918d16777da08f782 (diff)
parent83c488f991ead833aefaf297e2fbe50151e70910 (diff)
downloadATCD-c79e08b60f46d42ba107837eb485fe4ae3eca314.tar.gz
Merge pull request #1390 from iguessthislldo/igtd/gettid-export-ace6
[ACE6] 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 ();
/**