mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
that are only in libc.so.5. This broke some 4.X applications linked to libm and run under 5.X. Background: In C99, isinf() and isnan() cannot be implemented as regular functions. We use macros that call libc functions in 5.X, but for libm-internal use, we need to use the old versions until the next time libm's major version number is bumped. Submitted by: bde Reported by: imp, kris |
||
|---|---|---|
| .. | ||
| alpha | ||
| bsdsrc | ||
| i387 | ||
| man | ||
| src | ||
| Makefile | ||