summaryrefslogtreecommitdiff
path: root/hints/dec_osf.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-11-13 07:01:57 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2014-11-14 19:01:50 -0500
commitec929a7e9b858219c93c1ed50715ae723b21af39 (patch)
tree29f09fedbdce8343e15970be220a2d84c7d529bb /hints/dec_osf.sh
parent8754bd71dfeefaff5bb4a43c13da348e8c9183a2 (diff)
downloadperl-ec929a7e9b858219c93c1ed50715ae723b21af39.tar.gz
Tru64 more undef hints.
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r--hints/dec_osf.sh14
1 files changed, 13 insertions, 1 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh
index 784eeb38fe..3844cca763 100644
--- a/hints/dec_osf.sh
+++ b/hints/dec_osf.sh
@@ -557,8 +557,20 @@ case "$ccflags" in
;;
esac
-# nan is in libm, but seems broken (there is no proto, either)
+# These are in libm, but seem broken (there are no protos in headers,
+# or man pages, either)
+d_fdim='undef'
+d_fma='undef'
+d_fmax='undef'
+d_fmin='undef'
+d_llrint='undef'
+d_llround='undef'
+d_lrint='undef'
+d_lround='undef'
d_nan='undef'
+d_nearbyint='undef'
+d_round='undef'
+d_scalbn='undef'
#
# Unset temporary variables no more needed.