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>2011-08-16 18:48:38 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-08-16 18:48:38 +0400
commitc429beb296e4a1ca000ba22d7a211bd40d256861 (patch)
treeff2c3ac310092dff4b72a3539745fb87a3314ae7
parent6bc64eac26739db38c9ecc99ab26599bd4b4310e (diff)
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c4d02902a..452d17c4d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2011-08-16 Corinna Vinschen <corinna@vinschen.de>
+ * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
+
+2011-08-16 Corinna Vinschen <corinna@vinschen.de>
+
* autoload.cc (GetModuleHandleExW): Define.
* dlfcn.cc: Throughout mark exported symbols as extern "C".
(dlopen): Unignore flags argument. Define ret to NULL. Fix typo in
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 3798eb8df..437ebe45a 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -419,12 +419,13 @@ details. */
248: Export __fpurge.
249: Export pthread_condattr_getclock, pthread_condattr_setclock.
250: Export clock_nanosleep.
+ 251: RTLD_NODELETE, RTLD_NOLOAD, RTLD_DEEPBIND added.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 250
+#define CYGWIN_VERSION_API_MINOR 251
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible