Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/powerpc/fix64.h')
-rw-r--r--newlib/libc/machine/powerpc/fix64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/powerpc/fix64.h b/newlib/libc/machine/powerpc/fix64.h
index 3423d3d56..ce9482091 100644
--- a/newlib/libc/machine/powerpc/fix64.h
+++ b/newlib/libc/machine/powerpc/fix64.h
@@ -33,7 +33,7 @@ union long_double_union
typedef union long_double_union LONG_DOUBLE_UNION;
extern void _simdstrtold (char *, char **, LONG_DOUBLE_UNION *);
-extern int _simdldchk (LONG_DOUBLE_UNION *);
+extern int _simdldcheck (LONG_DOUBLE_UNION *);
#define SIMD_LDBL_MANT_DIG 113