diff options
author | Christopher Faylor <me@cgf.cx> | 2003-02-16 19:31:07 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-02-16 19:31:07 +0000 |
commit | 8fc16812e860b6c8546b6409078d63c56ab9fecc (patch) | |
tree | be7a67aca12e416d39d21cdd8f19158037f64e67 /winsup/cygwin/include | |
parent | 44dc96d1f5a93745267053ffb3fb42fe39c1a1ea (diff) | |
download | cygnal-8fc16812e860b6c8546b6409078d63c56ab9fecc.tar.gz cygnal-8fc16812e860b6c8546b6409078d63c56ab9fecc.tar.bz2 cygnal-8fc16812e860b6c8546b6409078d63c56ab9fecc.zip |
* cygwin.din: Export all appropriate newlibc libm functions. Sort.
* include/cygwin/version.h: Bump API minor number.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index da64693a1..343a74d03 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -180,12 +180,16 @@ details. */ wcschr wcscpy wcscspn wcslcat wcslcpy wcsncat wcsncmp wcsncpy wcspbrk wcsrchr wcsrtombs wcsspn wcsstr wctob wctob wctrans wctype wmemchr wmemcmp wmemcpy wmemmove wmemset + 75: Export exp2 exp2f fdim fdimf fma fmaf fmax fmaxf fmin fminf lrint + lrintf lround lroundf nearbyint nearbyintf remquo remquof + round roundf scalbln scalblnf sincos sincosf tgamma tgammaf + truncf */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 74 +#define CYGWIN_VERSION_API_MINOR 75 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |