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:
authorChristopher Faylor <me@cgf.cx>2013-05-13 23:25:35 +0400
committerChristopher Faylor <me@cgf.cx>2013-05-13 23:25:35 +0400
commit6d15197bce37ef451d92fb93f8eec472cb48af84 (patch)
treead1f0a139a591dac00528368bd2318e1ec4ccf65 /winsup/cygwin/i686.din
parentc0d8520eebe9d4b08aea198582ec08905be1c1a7 (diff)
* i686.din: Remove _strtold.
* x86_64.din: Move strtold definition... * common.din: ...to here.
Diffstat (limited to 'winsup/cygwin/i686.din')
-rw-r--r--winsup/cygwin/i686.din1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/i686.din b/winsup/cygwin/i686.din
index 6b966c799..2ef0135fd 100644
--- a/winsup/cygwin/i686.din
+++ b/winsup/cygwin/i686.din
@@ -530,7 +530,6 @@ _strtodf = strtof SIGFE
_strtok = strtok NOSIGFE
_strtok_r = strtok_r NOSIGFE
_strtol = strtol NOSIGFE
-_strtold SIGFE
_strtoll = strtoll NOSIGFE
_strtoul = strtoul NOSIGFE
_strtoull = strtoull NOSIGFE