* sysdeps/m68k/fpu/s_finite.c: Add internal alias.

* sysdeps/m68k/fpu/s_finitef.c: Likewise. 
* sysdeps/m68k/fpu/s_finitel.c: Likewise.
This commit is contained in:
Andreas Schwab 2002-04-13 15:41:53 +00:00
parent f9f2a150e8
commit 08cdf11763
3 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,3 @@
#define FUNC finite
#include <s_isinf.c>
INTDEF(__finite)

View File

@ -1,2 +1,3 @@
#define FUNC finitef
#include <s_isinff.c>
INTDEF(__finitef)

View File

@ -1,2 +1,3 @@
#define FUNC finitel
#include <s_isinfl.c>
INTDEF(__finitel)