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-strtold.c
blob
99b907947b3e867db961e3ac158be2abf0167981
1
#define strtold strtold_XXX
2
#include
"nldbl-compat.h"
3
#undef strtold
4
5
double
6
attribute_hidden
7
strtold
(
const char
*
nptr
,
char
**
endptr
)
8
{
9
return
strtod
(
nptr
,
endptr
);
10
}