summaryrefslogtreecommitdiff
path: root/sysdeps/s390/s390-64/bits/wordsize.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-02-01 08:53:29 +0000
committerJakub Jelinek <jakub@redhat.com>2006-02-01 08:53:29 +0000
commit856d9bbc0f0e12c3801b8607dad1c2003c339240 (patch)
tree0eb1316cfb14fa7baf870edbc2b34a10261b6029 /sysdeps/s390/s390-64/bits/wordsize.h
parent457f0e82a381a2ab110ad1558059aac87fb492af (diff)
Updated to fedora-glibc-20060201T0846
Diffstat (limited to 'sysdeps/s390/s390-64/bits/wordsize.h')
-rw-r--r--sysdeps/s390/s390-64/bits/wordsize.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/s390/s390-64/bits/wordsize.h b/sysdeps/s390/s390-64/bits/wordsize.h
index 4f50d8586c..b41661217f 100644
--- a/sysdeps/s390/s390-64/bits/wordsize.h
+++ b/sysdeps/s390/s390-64/bits/wordsize.h
@@ -5,3 +5,14 @@
#else
# define __WORDSIZE 32
#endif
+
+#if !defined __NO_LONG_DOUBLE_MATH && !defined __LONG_DOUBLE_MATH_OPTIONAL
+
+/* Signal that we didn't used to have a `long double'. The changes all
+ the `long double' function variants to be redirects to the double
+ functions. */
+# define __LONG_DOUBLE_MATH_OPTIONAL 1
+# ifndef __LONG_DOUBLE_128__
+# define __NO_LONG_DOUBLE_MATH 1
+# endif
+#endif