Prefix function names with __generic_ as per the rest, to remove the
authorJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Wed, 29 Dec 2004 17:48:27 +0000 (17:48 +0000)
committerJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Wed, 29 Dec 2004 17:48:27 +0000 (17:48 +0000)
commitf7e46cd7a349a7ddc776d639b3b780b72fd631af
treec069119fe7a49ce8d8eb92847ab0e368a8b483b3
parent18d935e4bfdf73ab06d9faaff30e529a266ad76c
Prefix function names with __generic_ as per the rest, to remove the
duplicated symbols.
22 files changed:
lib/msun/src/e_atan2f.c
lib/msun/src/e_expf.c
lib/msun/src/e_log10f.c
lib/msun/src/e_logf.c
lib/msun/src/e_remainderf.c
lib/msun/src/e_scalbf.c
lib/msun/src/e_sqrtf.c
lib/msun/src/s_atanf.c
lib/msun/src/s_ceilf.c
lib/msun/src/s_copysignf.c
lib/msun/src/s_cosf.c
lib/msun/src/s_finitef.c
lib/msun/src/s_floorf.c
lib/msun/src/s_ilogbf.c
lib/msun/src/s_log1p.c
lib/msun/src/s_log1pf.c
lib/msun/src/s_logbf.c
lib/msun/src/s_rintf.c
lib/msun/src/s_scalbnf.c
lib/msun/src/s_significandf.c
lib/msun/src/s_sinf.c
lib/msun/src/s_tanf.c