CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2025/06/07 17:56:57
Modified files: lib/libc/gen : fpclassify.3 isgreater.3 Log message: fpclassify(3) and isgreater(3) are the last two pages living in src/lib/libc that require <math.h>, which implies that POSIX allows them to be in libm. While -lm is not currently required on OpenBSD, which POSIX is also fine with, providing -lm for these may help portability elsewhere. Requested by guenther@ and tedu@.