]> code.citadel.org Git - citadel.git/blobdiff - citadel/threads.c
* ctdl_internal_thread_func(): just use SYS_gettid if the system provides it. thit...
[citadel.git] / citadel / threads.c
index 2f7475ff12129741d78f582b71e1ea5a1a5e19f2..b3f13a02e37e850f305e1b01c2412c5f7c36acc9 100644 (file)
@@ -18,6 +18,7 @@
 #include <fcntl.h>
 #include <signal.h>
 
+#include "sysdep.h"
 #if TIME_WITH_SYS_TIME
 # include <sys/time.h>
 # include <time.h>
 #  include <time.h>
 # endif
 #endif
+
 #ifdef HAVE_SYSCALL_H
-#include <syscall.h> 
-#else if HAVE_SYS_SYSCALL_H
-#include <sys/syscall.h>
+# include <syscall.h>
+#else 
+# if HAVE_SYS_SYSCALL_H
+#  include <sys/syscall.h>
+# endif
 #endif
+
 #include <libcitadel.h>
 
 #include "threads.h"
@@ -843,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",