mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Add missing declarations that I intended to commit with r219359.
Not sure why we have math.h in lib/msun/ and complex.h in include/.
This commit is contained in:
parent
f88f24de4d
commit
cf3943e4d5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219379
@ -49,6 +49,8 @@ long double cabsl(long double complex);
|
||||
double carg(double complex);
|
||||
float cargf(float complex);
|
||||
long double cargl(long double complex);
|
||||
double complex cexp(double complex);
|
||||
float complex cexpf(float complex);
|
||||
double cimag(double complex) __pure2;
|
||||
float cimagf(float complex) __pure2;
|
||||
long double cimagl(long double complex) __pure2;
|
||||
|
Loading…
Reference in New Issue
Block a user