mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 06:40:09 +00:00
f67d78192c
This commit moves one step towards the deprecation of wrappers that use _LIB_VERSION / matherr / __kernel_standard functionality, by adding the suffix '_compat' to their filenames and adjusting Makefiles and #includes accordingly. New template wrappers that do not use such functionality will be added by future patches and will be first used by the float128 wrappers.
6 lines
145 B
C
6 lines
145 B
C
#include <math_ldbl_opt.h>
|
|
#undef weak_alias
|
|
#define weak_alias(n,a)
|
|
#include <math/w_sqrtl_compat.c>
|
|
long_double_symbol (libm, __sqrtl, sqrtl);
|