repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-finite.c
blob
fc51508f16291f95fba58430f0ace529713447df
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
__finitel
(
double
x
)
6
{
7
return
isfinite
(
x
);
8
}
9
extern
__typeof
(
__finitel
)
finitel attribute_hidden
;
10
weak_alias
(
__finitel
,
finitel
)