summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/multiarch/s_fma.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-21 07:39:28 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-21 07:39:28 -0400
commit1a97a8c78f9b99d835581f14fc6beb57cb93e97a (patch)
tree3cd0ed9b962880ef0b6ba1f7a9ab62be7d237f40 /sysdeps/x86_64/fpu/multiarch/s_fma.c
parented72b6545f6d20f2d29ed71d65394d4a75ad358e (diff)
downloadglibc-1a97a8c78f9b99d835581f14fc6beb57cb93e97a.tar.gz
Don't use NULL in last s_fma{,f} change
Diffstat (limited to 'sysdeps/x86_64/fpu/multiarch/s_fma.c')
-rw-r--r--sysdeps/x86_64/fpu/multiarch/s_fma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/s_fma.c b/sysdeps/x86_64/fpu/multiarch/s_fma.c
index 06f2d001d9..dca256a517 100644
--- a/sysdeps/x86_64/fpu/multiarch/s_fma.c
+++ b/sysdeps/x86_64/fpu/multiarch/s_fma.c
@@ -45,7 +45,7 @@ __fma_fma4 (double x, double y, double z)
# else
# undef HAS_FMA4
# define HAS_FMA4 0
-# define __fma_fma4 NULL
+# define __fma_fma4 ((void *) 0)
# endif