https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2a2fd299166019ad56cc8e55efdfdfffaaed0b5c
commit 2a2fd299166019ad56cc8e55efdfdfffaaed0b5c Author: Mark Geisert <m...@maxrnd.com> AuthorDate: Wed Feb 26 22:35:38 2025 -0800 Commit: Corinna Vinschen <cori...@vinschen.de> CommitDate: Thu Feb 27 10:00:19 2025 +0100 Cygwin: Add spawn family of functions to docs In the doc tree, add a new section "Other system interfaces[...]" that lists the spawn family of functions, most of the exposed cygwin internal functions that a user might have use for, and some other functions duplicating Windows or DOS interfaces that might have some utility. Diff: --- winsup/doc/posix.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index 43e860b0de8c..748f243f67e9 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -1762,6 +1762,38 @@ ISO®/IEC DIS 9945 Information technology </sect1> +<sect1 id="std-other"><title>Other system interfaces, some from Windows:</title> + +<screen> + _get_osfhandle (Windows) + _setmode (Windows) + cwait (Windows) + cygwin_attach_handle_to_fd + cygwin_conv_path + cygwin_conv_path_list + cygwin_create_path + cygwin_detach_dll + cygwin_dll_init + cygwin_internal + cygwin_logon_user + cygwin_posix_path_list_p + cygwin_set_impersonation_token + cygwin_split_path + cygwin_stackdump + cygwin_umount + cygwin_winpid_to_pid + spawnl (Windows) + spawnle (Windows) + spawnlp (Windows) + spawnlpe (Windows) + spawnv (Windows) + spawnve (Windows) + spawnvp (Windows) + spawnvpe (Windows) +</screen> + +</sect1> + <sect1 id="std-notes"><title>Implementation Notes</title> <para><function>chroot</function> only emulates a chroot function call