summaryrefslogtreecommitdiffstats
path: root/include/utils/Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/Thread.h')
-rw-r--r--include/utils/Thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/utils/Thread.h b/include/utils/Thread.h
index df30611..c867e95 100644
--- a/include/utils/Thread.h
+++ b/include/utils/Thread.h
@@ -71,8 +71,8 @@ public:
bool isRunning() const;
#ifdef HAVE_ANDROID_OS
- // Return the thread's kernel ID, same as the thread itself calling gettid() or
- // androidGetTid(), or -1 if the thread is not running.
+ // Return the thread's kernel ID, same as the thread itself calling gettid(),
+ // or -1 if the thread is not running.
pid_t getTid() const;
#endif