aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/include
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-07-31 22:23:45 +0200
committerCorinna Vinschen <corinna@vinschen.de>2023-07-31 22:39:09 +0200
commit4f78215c866a2e1a7cd1ba894772029fa19d8328 (patch)
tree277282f96c358c63c507428a399861e98b55cac7 /winsup/cygwin/include
parenta13b0b7aea9d12c6cefe21082ef5c921ac071e3a (diff)
downloadnewlib-4f78215c866a2e1a7cd1ba894772029fa19d8328.zip
newlib-4f78215c866a2e1a7cd1ba894772029fa19d8328.tar.gz
newlib-4f78215c866a2e1a7cd1ba894772029fa19d8328.tar.bz2
Cygwin: belatedly bump CYGWIN_VERSION_API_MINOR for new posix_spawn funcs
Commit c743751aafa84 ("Cygwin: Export posix_spawn_file_actions_add{f}chdir_np") added two new functions but we forgot to bump the API version. Catch up. Fixes: c743751aafa84 ("Cygwin: Export posix_spawn_file_actions_add{f}chdir_np") Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/version.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 0644311..188dc6d 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -479,12 +479,14 @@ details. */
343: Change FD_SETSIZE and NOFILE.
344: Remove _alloca.
345: Reinstantiate _alloca.
+ 346: (Belatedly) add posix_spawn_file_actions_addchdir_np,
+ posix_spawn_file_actions_addfchdir_np.
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 345
+#define CYGWIN_VERSION_API_MINOR 346
/* There is also a compatibity version number associated with the shared memory
regions. It is incremented when incompatible changes are made to the shared