diff options
author | Christopher Faylor <me@cgf.cx> | 2013-05-13 19:25:35 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-05-13 19:25:35 +0000 |
commit | 6d15197bce37ef451d92fb93f8eec472cb48af84 (patch) | |
tree | ad1f0a139a591dac00528368bd2318e1ec4ccf65 /winsup/cygwin/x86_64.din | |
parent | c0d8520eebe9d4b08aea198582ec08905be1c1a7 (diff) | |
download | cygnal-6d15197bce37ef451d92fb93f8eec472cb48af84.tar.gz cygnal-6d15197bce37ef451d92fb93f8eec472cb48af84.tar.bz2 cygnal-6d15197bce37ef451d92fb93f8eec472cb48af84.zip |
* i686.din: Remove _strtold.
* x86_64.din: Move strtold definition...
* common.din: ...to here.
Diffstat (limited to 'winsup/cygwin/x86_64.din')
-rw-r--r-- | winsup/cygwin/x86_64.din | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/x86_64.din b/winsup/cygwin/x86_64.din index 48226035c..24f2584c6 100644 --- a/winsup/cygwin/x86_64.din +++ b/winsup/cygwin/x86_64.din @@ -18,4 +18,3 @@ lrint NOSIGFE lrintf NOSIGFE rint NOSIGFE rintf NOSIGFE -strtold = _strtold SIGFE |