repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(do_test): Make sure the helper process is terminating when the test
[glibc/history.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-strtoldint.c
blob
0bafabc6e4776c5930f5f4ab72bccca4119be14a
1
#define __strtold_internal __strtold_internal_XXX
2
#include
"nldbl-compat.h"
3
#undef __strtold_internal
4
5
double
6
attribute_hidden
7
__strtold_internal
(
const char
*
nptr
,
char
**
endptr
,
int
group
)
8
{
9
return
__strtod_internal
(
nptr
,
endptr
,
group
);
10
}