4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-28 12:05:47 +08:00

Cygwin: document posix_close

Reported-by: Christian Franke <Christian.Franke@t-online.de>
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2025-02-25 15:36:24 +01:00
parent 4bcc6adec7
commit 2164981d26
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,8 @@ What's new:
- New API calls: tcgetwinsize, tcsetwinsize.
- New API call: posix_close.
- New POSIX-defined entry points posix_spawn_file_actions_addchdir and
posix_spawn_file_actions_addfchdir. These are the same as the already
exported posix_spawn_file_actions_addchdir_np and

View File

@ -32,6 +32,10 @@ New API call: timespec_get.
New API calls: tcgetwinsize, tcsetwinsize.
</para></listitem>
<listitem><para>
New API call: posix_close.
</para></listitem>
<listitem><para>
New POSIX-defined entry points posix_spawn_file_actions_addchdir and
posix_spawn_file_actions_addfchdir. These are the same as the already