K 10 svn:author V 3 dim K 8 svn:date V 27 2024-01-30T17:58:30.782608Z K 7 svn:log V 760 msun: remove fabs from Symbol.map, and adjust comment We have s_fabs.c, but fabs(3) is already provided by libc due to historical reasons, so it is not compiled into libm. When the linker does not use --undefined-version, this leads to a complaint about the symbol being nonexistent, so remove it from Symbol.map. While here, adjust the comment about some functions being supplied by libc: while it is true that all these are indeed in libc, libm still includes its own versions of frexp(3), isnan(3), isnanf(3), and isnanl(3). Reported by: Steve Kargl MFC after: 3 days (cherry picked from commit d04e03c19a8d7660ea36f62720eef9bc96b69889) Git Hash: ca89a51d407a1d6b78d27b8d407f0c12f7c8c9a1 Git Author: dim@FreeBSD.org END