Skip to content
  • Jehan's avatar
    Bug 795510 - SYS_gettid is not available on non-Linux system. · 106fc930
    Jehan authored
    I could not find for sure what to use on FreeBSD instead, so let's just
    not get this information there. It is quite useful information to know
    where thread traces were asked from, but it is more important to make
    sure the program can be compiled everywhere. Also we can just check
    which thread has gimp_stack_trace*() calls. Thus it can be seen as
    redundant information in any case.
    
    SYS_gettid is apparently defined as a macro, so let's simply check for
    it being defined.
    106fc930