[PATCH v3] Cygwin: Add spawn family of functions to docs
Mark Geisert
mark@maxrnd.com
Thu Feb 27 06:35:38 GMT 2025
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.
---
winsup/doc/posix.xml | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index 43e860b0d..748f243f6 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
--
2.45.1
More information about the Cygwin-patches
mailing list