From 6d15197bce37ef451d92fb93f8eec472cb48af84 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 13 May 2013 19:25:35 +0000 Subject: * i686.din: Remove _strtold. * x86_64.din: Move strtold definition... * common.din: ...to here. --- winsup/cygwin/common.din | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/common.din') diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din index 3e06e45..2094894 100644 --- a/winsup/cygwin/common.din +++ b/winsup/cygwin/common.din @@ -1112,6 +1112,7 @@ strtoimax = strtoll NOSIGFE strtok NOSIGFE strtok_r NOSIGFE strtol NOSIGFE +strtold = _strtold SIGFE strtoll NOSIGFE strtosigno NOSIGFE strtoul NOSIGFE -- cgit v1.1