mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* 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:
parent
f9f2a150e8
commit
08cdf11763
@ -1,2 +1,3 @@
|
||||
#define FUNC finite
|
||||
#include <s_isinf.c>
|
||||
INTDEF(__finite)
|
||||
|
@ -1,2 +1,3 @@
|
||||
#define FUNC finitef
|
||||
#include <s_isinff.c>
|
||||
INTDEF(__finitef)
|
||||
|
@ -1,2 +1,3 @@
|
||||
#define FUNC finitel
|
||||
#include <s_isinfl.c>
|
||||
INTDEF(__finitel)
|
||||
|
Loading…
Reference in New Issue
Block a user