summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-05-22 15:27:35 -0600
committerCharles Harris <charlesr.harris@gmail.com>2016-05-22 15:27:35 -0600
commitea2aed7d1421392bd8b88ecb4c8926791ca9364e (patch)
treeaed88dfa2cb9fc3c928540fead377534aceca120
parent81d6a981abd802a21638280d3e3132cc82f203b1 (diff)
parent59aad021f5bccf5b1e2d49eaf0d90f292c5d2921 (diff)
downloadnumpy-maintenance/1.10.x.tar.gz
Merge pull request #7657 from charris/backport-6975maintenance/1.10.x
Backport 6975, BLD: Update npy_config.h blacklist
-rw-r--r--numpy/core/src/private/npy_config.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/numpy/core/src/private/npy_config.h b/numpy/core/src/private/npy_config.h
index fa20eb4f3..cd78b7d14 100644
--- a/numpy/core/src/private/npy_config.h
+++ b/numpy/core/src/private/npy_config.h
@@ -75,7 +75,7 @@
#if defined(HAVE_FEATURES_H)
#include <features.h>
-#define TRIG_OK __GLIBC_PREREQ(2, 16)
+#define TRIG_OK __GLIBC_PREREQ(2, 18)
#else
#define TRIG_OK 0
#endif
@@ -93,6 +93,12 @@
#undef HAVE_CATANH
#undef HAVE_CATANHF
#undef HAVE_CATANHL
+#undef HAVE_CACOS
+#undef HAVE_CACOSF
+#undef HAVE_CACOSL
+#undef HAVE_CACOSH
+#undef HAVE_CACOSHF
+#undef HAVE_CACOSHL
#endif
#undef TRIG_OK