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:
authorCorinna Vinschen <corinna@vinschen.de>2013-05-21 14:07:55 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-05-21 14:07:55 +0400
commite99674fb555efbd3cef6496215030e748084870e (patch)
tree2bea74cd41c692694d5c46d5f9a6b6036a0c2dba /winsup/cygwin/include
parent676548b3d1c6e15981c6ddb7dfca483d6ec910ec (diff)
* libc/base64.c: New file.
* Makefile.in (DLL_OFILES): Add base64.o. * common.din: Export __b64_ntop and __b64_pton. * posix.sgml (std-bsd): Add __b64_ntop and __b64_pton. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 2de99ef08..7ac7199d0 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -433,12 +433,13 @@ details. */
262: Export getmntent_r.
263: Export cfsetspeed.
264: Consistently export strtold
+ 265: Export __b64_ntop, __b64_pton.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 264
+#define CYGWIN_VERSION_API_MINOR 265
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible