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-wcstold.c
blob
dbaffaa486b6515c368cba60e7e1a9f9d9b166e6
1
#define wcstold wcstold_XXX
2
#include
"nldbl-compat.h"
3
#undef wcstold
4
5
double
6
attribute_hidden
7
wcstold
(
const wchar_t
*
nptr
,
wchar_t
**
endptr
)
8
{
9
return
wcstod
(
nptr
,
endptr
);
10
}