diff options
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/sysdeps/linux/common/bits/mathcalls.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/libc/sysdeps/linux/common/bits/mathcalls.h b/libc/sysdeps/linux/common/bits/mathcalls.h index 1f2894fa5..c2e062714 100644 --- a/libc/sysdeps/linux/common/bits/mathcalls.h +++ b/libc/sysdeps/linux/common/bits/mathcalls.h @@ -48,6 +48,13 @@  #endif +/* __MATHCALLX includes libm_hidden_def + * __MATHCALLI includes libm_hidden_def too + * __MATHCALL  does not + * __MATHDECL_PRIV includes libm_hidden_def and declared only __foo, not foo + */ + +  /* Trigonometric functions.  */  _Mdouble_BEGIN_NAMESPACE | 
