diff options
Diffstat (limited to 'common/os_calls.h')
-rw-r--r-- | common/os_calls.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index 74c4a07b..ddcb59d8 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -252,12 +252,6 @@ int APP_CC g_exit(int exit_code); int APP_CC g_getpid(void); -/** - * Returns the current thread ID - * @return - */ -int APP_CC -g_gettid(void); int APP_CC g_sigterm(int pid); int APP_CC |