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>2002-12-06 22:48:03 +0300
committerChristopher Faylor <me@cgf.cx>2002-12-06 22:48:03 +0300
commit11b087d57163ee9ae0ceadc71f8eea5f68739345 (patch)
treebb78e1144548f21ae698e1631d4476c56f521535 /winsup/cygwin/cygwin.din
parentc049dd5a782f36ca5f6eeb39e110d5774631aa1c (diff)
* cygwin.din: Reflect name change from strtodf to strtof. Export strtof.
* include/cygwin/version.h: Bump API minor number.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r--winsup/cygwin/cygwin.din5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index 4a2a94936..5142f1ea3 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -844,8 +844,9 @@ strstr
_strstr = strstr
strtod
_strtod = strtod
-strtodf
-_strtodf = strtodf
+strtof
+strtodf = strtof
+_strtodf = strtof
strtok
_strtok = strtok
strtok_r