xgetcwd: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / lib / glthread / thread.c
index 6b134a7..d6af6f3 100644 (file)
 
 /* ========================================================================= */
 
+#if USE_POSIX_THREADS
+
+#include <pthread.h>
+
+#ifdef PTW32_VERSION
+
+const gl_thread_t gl_null_thread /* = { .p = NULL } */;
+
+#endif
+
+#endif
+
+/* ========================================================================= */
+
 #if USE_WIN32_THREADS
 
 #include <process.h>