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/shared_x86/sys/fenv.h')
-rw-r--r--newlib/libc/machine/shared_x86/sys/fenv.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/newlib/libc/machine/shared_x86/sys/fenv.h b/newlib/libc/machine/shared_x86/sys/fenv.h
index e0408fe5b..243cac27a 100644
--- a/newlib/libc/machine/shared_x86/sys/fenv.h
+++ b/newlib/libc/machine/shared_x86/sys/fenv.h
@@ -170,11 +170,6 @@ int fegetprec (void);
int fesetprec (int __prec);
#endif
-#ifdef __INSIDE_CYGWIN__
-/* Cygwin-internal ONLY. */
-extern void _feinitialise ();
-#endif
-
#endif /* __CYGWIN__ */
#ifdef __cplusplus