Cygwin: belatedly bump CYGWIN_VERSION_API_MINOR for new posix_spawn funcs
Commitc743751aaf
("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:c743751aaf
("Cygwin: Export posix_spawn_file_actions_add{f}chdir_np") Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
a13b0b7aea
commit
4f78215c86
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue