musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2014年09月08日 16:24:17 +0200
committerSzabolcs Nagy <nsz@port70.net>2014年09月08日 16:24:17 +0200
commite6403887ccf172974d2da5304c3e4043ebad41d2 (patch)
tree36f4b50191ca76dc3d4eb9a60b61890e0537088e /src
parent0c32c2635eedfcd6af3606735ac38197f8705734 (diff)
downloadmusl-e6403887ccf172974d2da5304c3e4043ebad41d2.tar.gz
fix exp10l.c to include float.h
the previous commit was a no op in exp10l because LDBL_* macros were implicitly 0 (the preprocessor does not warn about undefined symbols).
Diffstat (limited to 'src')
-rw-r--r--src/math/exp10l.c 1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/exp10l.c b/src/math/exp10l.c
index 33abc8b5..4f9469ae 100644
--- a/src/math/exp10l.c
+++ b/src/math/exp10l.c
@@ -1,4 +1,5 @@
#define _GNU_SOURCE
+#include <float.h>
#include <math.h>
#include "libc.h"
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月17日 06:05:59 +0000

AltStyle によって変換されたページ (->オリジナル) /