aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/shared.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/shared.sgml')
-rw-r--r--winsup/cygwin/shared.sgml17
1 files changed, 17 insertions, 0 deletions
diff --git a/winsup/cygwin/shared.sgml b/winsup/cygwin/shared.sgml
new file mode 100644
index 0000000..f43d654
--- /dev/null
+++ b/winsup/cygwin/shared.sgml
@@ -0,0 +1,17 @@
+
+<sect1 id="func-cygwin-getshared">
+<title>cygwin_getshared</title>
+
+<funcsynopsis>
+<funcdef>shared_info *
+<function>cygwin_getshared</function></funcdef>
+<void>
+</funcsynopsis>
+
+<para>Returns a pointer to an internal Cygwin memory structure
+containing shared information used by cooperating cygwin processes.
+This function is intended for use only by "system" programs like
+<filename>mount</filename> and <filename>ps</filename>.
+</para>
+
+</sect1>