提交 e6403887 编写于 作者: S Szabolcs Nagy

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).
上级 0c32c263
#define _GNU_SOURCE
#include <float.h>
#include <math.h>
#include "libc.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册