]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Makefile.uk.musl.complex: Include tgmath.h header 12/head
authorFlorin Postolache <florin.postolache80@gmail.com>
Fri, 11 Nov 2022 10:37:17 +0000 (12:37 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 24 Nov 2022 12:07:57 +0000 (12:07 +0000)
commit47037a4068922295fc893c93067fb8d7f3f1fcd6
tree8a684ad1c97aebcc8354e6a238ccff027ad5716d
parentfa60dce817118b648cba9f5a57596d4206b33b3a
Makefile.uk.musl.complex: Include tgmath.h header

Add tgmath.h header when both complex and math sublibs are enabled.
This header unites all types of math trigonometric functions for all
types(float, double, long double and complex) under one definition.
The header is not needed by musl source files but could be required
by applications.

Signed-off-by: Florin Postolache <florin.postolache80@gmail.com>
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #24
Makefile.uk.musl.complex