Cygwin: Export posix_spawn_file_actions_add{f}chdir_np
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
7e03fc35f5
commit
c743751aaf
|
@ -1040,8 +1040,10 @@ posix_madvise SIGFE
|
|||
posix_memalign SIGFE
|
||||
posix_openpt SIGFE
|
||||
posix_spawn SIGFE
|
||||
posix_spawn_file_actions_addchdir_np SIGFE
|
||||
posix_spawn_file_actions_addclose SIGFE
|
||||
posix_spawn_file_actions_adddup2 SIGFE
|
||||
posix_spawn_file_actions_addfchdir_np SIGFE
|
||||
posix_spawn_file_actions_addopen SIGFE
|
||||
posix_spawn_file_actions_destroy SIGFE
|
||||
posix_spawn_file_actions_init SIGFE
|
||||
|
|
|
@ -23,3 +23,6 @@ What's new:
|
|||
other process could do.
|
||||
|
||||
- Add support for GB18030 codeset.
|
||||
|
||||
- New API calls: posix_spawn_file_actions_addchdir_np,
|
||||
posix_spawn_file_actions_addfchdir_np.
|
||||
|
|
|
@ -45,6 +45,11 @@ could do.
|
|||
Add support for GB18030 codeset.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
- New API calls: posix_spawn_file_actions_addchdir_np,
|
||||
posix_spawn_file_actions_addfchdir_np.
|
||||
</para></listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in New Issue