From 0548dda67fcf09724b894c2c403584fa9c8147af Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 5 Dec 2014 16:31:36 +0000 Subject: * common.din (__bsd_qsort_r): Add. (qsort_r): Add. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. --- winsup/cygwin/ChangeLog | 6 ++++++ winsup/cygwin/common.din | 2 ++ winsup/cygwin/include/cygwin/version.h | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) 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 + + * common.din (__bsd_qsort_r): Add. + (qsort_r): Add. + * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. + 2014-12-02 Corinna Vinschen * 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 -- cgit v1.2.3