From 956f9a83e73cf87b957f87b9f80959fb9f0dc817 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sun, 30 Jul 2000 00:27:51 -0700
Subject: [PATCH] workaround for broken AIX include files

Rev: src/threads.h:1.100
---
 src/threads.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/threads.h b/src/threads.h
index 5d73dd276a..af0b2ba926 100644
--- a/src/threads.h
+++ b/src/threads.h
@@ -1,5 +1,5 @@
 /*
- * $Id: threads.h,v 1.99 2000/07/28 17:16:56 hubbe Exp $
+ * $Id: threads.h,v 1.100 2000/07/30 07:27:51 hubbe Exp $
  */
 #ifndef THREADS_H
 #define THREADS_H
@@ -47,6 +47,10 @@
 #ifdef _MIT_POSIX_THREADS
 #define POSIX_THREADS
 #include <pthread.h>
+
+/* AIX is *STUPID* - Hubbe */
+#undef func_data
+
 #undef HAVE_PTHREAD_H
 #endif /* _MIT_POSIX_THREADS */
 
-- 
GitLab