diff options
author | Christopher Faylor <me@cgf.cx> | 2002-12-06 19:48:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-12-06 19:48:03 +0000 |
commit | 11b087d57163ee9ae0ceadc71f8eea5f68739345 (patch) | |
tree | bb78e1144548f21ae698e1631d4476c56f521535 /winsup/cygwin/cygwin.din | |
parent | c049dd5a782f36ca5f6eeb39e110d5774631aa1c (diff) | |
download | cygnal-11b087d57163ee9ae0ceadc71f8eea5f68739345.tar.gz cygnal-11b087d57163ee9ae0ceadc71f8eea5f68739345.tar.bz2 cygnal-11b087d57163ee9ae0ceadc71f8eea5f68739345.zip |
* 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.din | 5 |
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 |