* ctdl_internal_thread_func(): just use SYS_gettid if the system provides it. thit...
[citadel.git] / citadel / threads.c
index 14d00d7bd593bf3522a3314cfda17d52fd6205b6..b3f13a02e37e850f305e1b01c2412c5f7c36acc9 100644 (file)
@@ -848,7 +848,7 @@ static void *ctdl_internal_thread_func (void *arg)
        #endif
        
        // Tell the world we are here
-#ifdef HAVE_SYSCALL_H
+#if defined(HAVE_SYSCALL_H) && defined (SYS_gettid)
        this_thread->reltid = syscall(SYS_gettid);
 #endif
        CtdlLogPrintf(CTDL_NOTICE, "Created a new thread \"%s\" (0x%08lx).\n",