a198924 Remove static gettid definition

Authored and Committed by hhorak 4 years ago
    Remove static gettid definition
    
    Static function gettid makes troubles when compiling tests,
    because the extern declaration exists.
    This might not be the best way to fix this, but it makes the tests succeed.
    
        
file added
+21
file modified
+7 -2