Declare sincos/sincosf/sincosl in <math.h>.
Change-Id: If7b98f98c7ab4d3d77d310be082bff64512d51a8
This commit is contained in:
parent
170daa042c
commit
b4f2f28054
@ -457,6 +457,13 @@ long double tgammal(long double);
|
|||||||
long double truncl(long double);
|
long double truncl(long double);
|
||||||
|
|
||||||
#endif /* __ISO_C_VISIBLE >= 1999 */
|
#endif /* __ISO_C_VISIBLE >= 1999 */
|
||||||
|
|
||||||
|
#if defined(_GNU_SOURCE)
|
||||||
|
void sincos(double, double*, double*);
|
||||||
|
void sincosf(float, float*, float*);
|
||||||
|
void sincosl(long double, long double*, long double*);
|
||||||
|
#endif /* _GNU_SOURCE */
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
#endif /* !_MATH_H_ */
|
#endif /* !_MATH_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user