This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: signbit


You are correct, the prototypes were missing.  A patch has been checked in to
add them.  Thanks.

-- Jeff J.

mail_lists@mail.ru wrote:
Hello!

math.h has a macro for signbit(x) that uses __signbitf() and __signbitd() which are functions defined in newlib/libm/common/s_signbit.c

But there are no __sinbitf and __signbitd prototype declarations in math.h

Isn't this a bug?

--
Best Regards
Artem B. Bityuckiy




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]