summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2014-12-05 16:31:36 +0000
committerYaakov Selkowitz <yselkowi@redhat.com>2014-12-05 16:31:36 +0000
commit0548dda67fcf09724b894c2c403584fa9c8147af (patch)
tree33866e6765cd87efbe805619f1287ba4a5d77d2b
parentbf9897549dabfe002ebc8048e910706995383ae9 (diff)
downloadcygnal-0548dda67fcf09724b894c2c403584fa9c8147af.tar.gz
cygnal-0548dda67fcf09724b894c2c403584fa9c8147af.tar.bz2
cygnal-0548dda67fcf09724b894c2c403584fa9c8147af.zip
* common.din (__bsd_qsort_r): Add.
(qsort_r): Add. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
-rw-r--r--winsup/cygwin/ChangeLog6
-rw-r--r--winsup/cygwin/common.din2
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
3 files changed, 10 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c93eeba37..b79bdf531 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2014-12-05 Yaakov Selkowitz <yselkowitz@cygwin.com>
+
+ * common.din (__bsd_qsort_r): Add.
+ (qsort_r): Add.
+ * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
+
2014-12-02 Corinna Vinschen <corinna@vinschen.de>
* flock.cc (create_lock_in_parent): Make lf_obj handle inheritable.
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index 3fcde65cc..6e2bcacd6 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -41,6 +41,7 @@ __assert_func NOSIGFE
__assertfail NOSIGFE
__b64_ntop NOSIGFE
__b64_pton NOSIGFE
+__bsd_qsort_r NOSIGFE
__cxa_atexit = cygwin__cxa_atexit SIGFE
__cxa_finalize SIGFE
__dn_comp SIGFE
@@ -920,6 +921,7 @@ putwc SIGFE
putwchar SIGFE
pwrite SIGFE
qsort NOSIGFE
+qsort_r NOSIGFE
quotactl SIGFE
raise SIGFE
rand NOSIGFE
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index ac67ecedc..ea04c220c 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -457,12 +457,13 @@ details. */
279: Export stime.
280: Static atexit in libcygwin.a, CW_FIXED_ATEXIT.
281: Add CW_GETNSS_PWD_SRC, CW_GETNSS_GRP_SRC.
+ 282: Export __bsd_qsort_r, qsort_r.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 281
+#define CYGWIN_VERSION_API_MINOR 282
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible