--- src/systemd/sd-adapt/nm-sd-adapt.h.orig 2020-02-02 09:33:20.340049959 +0000 +++ src/systemd/sd-adapt/nm-sd-adapt.h 2020-02-02 09:40:40.893398481 +0000 @@ -182,7 +182,7 @@ #include "async.h" #include "util.h" -static inline pid_t gettid(void) { +static inline pid_t _nm_gettid(void) { return (pid_t) syscall(SYS_gettid); }