summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/missing.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/missing.h b/src/missing.h
index a44390074f..213ef2f6a6 100644
--- a/src/missing.h
+++ b/src/missing.h
@@ -176,4 +176,8 @@ struct btrfs_ioctl_vol_args {
#define MS_PRIVATE (1 << 18)
#endif
+static inline pid_t gettid(void) {
+ return (pid_t) syscall(SYS_gettid);
+}
+
#endif