提交 1a3dce41 编写于 作者: R Rich Felker

make signgam a weak alias for an internal symbol

otherwise, the standard C lgamma function will clobber a symbol in the
namespace reserved for the application.
上级 de7db6e9
#include <math.h>
int signgam = 0;
#include "libm.h"
int __signgam = 0;
weak_alias(__signgam, signgam);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册