summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna-cygwin@cygwin.com>2019-07-24 22:05:00 +0200
committerCorinna Vinschen <corinna-cygwin@cygwin.com>2019-07-24 22:32:48 +0200
commita13145a30d5c5e8eaf82cdf65c857a248f9b6765 (patch)
tree209801923d14ce65802d6c323614f64ebadb5b3e
parent279805b20b9bbd1f73c50bf9e81dffb254f99fe8 (diff)
downloadcygnal-a13145a30d5c5e8eaf82cdf65c857a248f9b6765.tar.gz
cygnal-a13145a30d5c5e8eaf82cdf65c857a248f9b6765.tar.bz2
cygnal-a13145a30d5c5e8eaf82cdf65c857a248f9b6765.zip
Cygwin: Export newlib ndbm functions
Signed-off-by: Corinna Vinschen <corinna-cygwin@cygwin.com>
-rw-r--r--winsup/cygwin/common.din10
-rw-r--r--winsup/cygwin/include/cygwin/version.h4
-rw-r--r--winsup/cygwin/release/3.1.02
-rw-r--r--winsup/doc/new-features.xml10
4 files changed, 25 insertions, 1 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index 9cb67992b..a7b4aa2b0 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -394,6 +394,16 @@ cygwin_stackdump SIGFE
cygwin_umount SIGFE
cygwin_winpid_to_pid SIGFE
daemon SIGFE
+dbm_clearerr SIGFE
+dbm_close SIGFE
+dbm_delete SIGFE
+dbm_dirfno SIGFE
+dbm_error SIGFE
+dbm_fetch SIGFE
+dbm_firstkey SIGFE
+dbm_nextkey SIGFE
+dbm_open SIGFE
+dbm_store SIGFE
difftime NOSIGFE
dirfd SIGFE
dirname NOSIGFE
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index f47055d84..73d9c7840 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -511,12 +511,14 @@ details. */
338: Export secure_getenv.
339: Export sched_getaffinity, sched_setaffinity, pthread_getaffinity_np,
pthread_setaffinity_np, __sched_getaffinity_sys.
+ 340: Export dbm_clearerr, dbm_close, dbm_delete, dbm_dirfno, dbm_error,
+ dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store.
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
sigaltstack, sethostname. */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 339
+#define CYGWIN_VERSION_API_MINOR 340
/* There is also a compatibity version number associated with the shared memory
regions. It is incremented when incompatible changes are made to the shared
diff --git a/winsup/cygwin/release/3.1.0 b/winsup/cygwin/release/3.1.0
index 3b73a1802..d5d3129c8 100644
--- a/winsup/cygwin/release/3.1.0
+++ b/winsup/cygwin/release/3.1.0
@@ -8,6 +8,8 @@ What's new:
- New APIs: sched_getaffinity, sched_setaffinity, pthread_getaffinity_np,
pthread_setaffinity_np.
+- New APIs: dbm_clearerr, dbm_close, dbm_delete, dbm_dirfno, dbm_error,
+ dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store.
What changed:
-------------
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 43ca11fef..a5dcfb576 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -35,6 +35,16 @@ sched_getaffinity, sched_setaffinity, pthread_getaffinity_np,
pthread_setaffinity_np.
</para></listitem>
+<listitem><para>
+New APIs: sched_getaffinity, sched_setaffinity, pthread_getaffinity_np,
+pthread_setaffinity_np.
+</para></listitem>
+
+<listitem><para>
+New APIs: dbm_clearerr, dbm_close, dbm_delete, dbm_dirfno, dbm_error,
+dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store.
+</para></listitem>
+
</itemizedlist>
</sect2>