summaryrefslogtreecommitdiffstats
path: root/src/libnetdata/os/gettid.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/libnetdata/os/gettid.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libnetdata/os/gettid.h b/src/libnetdata/os/gettid.h
new file mode 100644
index 000000000..f04d9c365
--- /dev/null
+++ b/src/libnetdata/os/gettid.h
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+#ifndef NETDATA_GETTID_H
+#define NETDATA_GETTID_H
+
+#include <unistd.h>
+
+pid_t os_gettid(void);
+pid_t gettid_cached(void);
+
+#endif //NETDATA_GETTID_H