Remove isinff and isnanf prototypes. Our isinf and isnan functions are
authorSascha Wildner <swildner@dragonflybsd.org>
Wed, 17 May 2006 14:06:37 +0000 (14:06 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Wed, 17 May 2006 14:06:37 +0000 (14:06 +0000)
commitf25effa94516fdc1c0410df8fe198b484ad8192d
tree60188a7af7dd9b63172a9c2918e9d4e4400ef41f
parenta6e91de2df386f25c40d56daeb8a1eeff14c5258
Remove isinff and isnanf prototypes. Our isinf and isnan functions are
type-variadic. Also remove the isinff(3) manpage I added yesterday
(I had just looked at the prototypes).

Pointed-out-by: joerg
etc/Makefile
include/math.h
lib/libc/gen/Makefile.inc
lib/libc/gen/isinf.3
lib/libc/gen/isinff.3 [deleted file]
lib/libc/gen/isnan.3