From c2d19fc7675a43220aa770c0d5a702d63c562b36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Wed, 29 Mar 2000 14:08:50 -0800
Subject: [PATCH] bugfix for AIX

Rev: src/threads.h:1.77
---
 src/threads.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/threads.h b/src/threads.h
index 253dfdbd2a..e945250833 100644
--- a/src/threads.h
+++ b/src/threads.h
@@ -1,5 +1,5 @@
 /*
- * $Id: threads.h,v 1.76 2000/03/25 20:58:46 hubbe Exp $
+ * $Id: threads.h,v 1.77 2000/03/29 22:08:50 hubbe Exp $
  */
 #ifndef THREADS_H
 #define THREADS_H
@@ -39,11 +39,9 @@
 #endif /* _UNIX_THREADS */
 
 #ifdef _MIT_POSIX_THREADS
-#ifdef HAVE_PTHREAD_H
 #define POSIX_THREADS
 #include <pthread.h>
 #undef HAVE_PTHREAD_H
-#endif
 #endif /* _MIT_POSIX_THREADS */
 
 #ifdef _SGI_SPROC_THREADS
-- 
GitLab