Skip to content

Commit

Permalink
Merge pull request #1390 from iguessthislldo/igtd/gettid-export-ace6
Browse files Browse the repository at this point in the history
[ACE6] Add Missing Export to ACE_OS::thr_gettid
  • Loading branch information
mitza-oci authored Jan 6, 2021
2 parents a43b786 + 83c488f commit c79e08b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ACE/ace/OS_NS_Thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ();

/**
Expand Down

0 comments on commit c79e08b

Please sign in to comment.