Edit

IABSD.fr/src/lib/libc/gen

Branch :

  • Show log

    Commit

  • Author : schwarze
    Date : 2025-06-07 23:56:57
    Hash : 5ece6a59
    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@.