summaryrefslogtreecommitdiff
path: root/include/my_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_global.h')
-rw-r--r--include/my_global.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/my_global.h b/include/my_global.h
index 5ad12fc1f15..9d08977a7cd 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -149,10 +149,6 @@ double my_ulonglong2double(unsigned long long A);
C_MODE_END
#endif /* _AIX */
-#ifdef UNIXWARE_7
-#define pthread_attr_setstacksize(A,B) /* setting stack breaks things */
-#endif
-
#ifdef HAVE_BROKEN_SNPRINTF /* HPUX 10.20 don't have this defined */
#undef HAVE_SNPRINTF
#endif