shithub: plan9front

Download patch

ref: 92d3abd8184097dee3b6d24fed05d66e9e99d597
parent: 0e1f4288ee9cfa4cae8ea7c24707b61a8535953c
author: Ori Bernstein <ori@eigenstate.org>
date: Fri Jan 1 16:40:00 EST 2021

ape: unify math.h copies

/$objtype/include/ape/math.h contained an almost
identical copy of math.h for each architecture.

The only difference between them architectures
was that some had an incorrect version of isinf
defined.

This change picks one of the versions of math.h
with a correct definition, moves it to /sys/include,
and removes the redundant versions.