Welcome to mirror list, hosted at ThFree Co, Russian Federation.

shared.sgml « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f43d654e22a077766c5ec53e15e742c97206583a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>