* dll_init.sgml: Remove.
* dtable.sgml: Move into ../doc/misc-funcs.xml. * external.sgml: Ditto. * stackdump.sgml: Ditto.
This commit is contained in:
parent
9f2842e92c
commit
d9e9de3f38
|
@ -1,3 +1,10 @@
|
|||
2014-08-14 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* dll_init.sgml: Remove.
|
||||
* dtable.sgml: Move into ../doc/misc-funcs.xml.
|
||||
* external.sgml: Ditto.
|
||||
* stackdump.sgml: Ditto.
|
||||
|
||||
2014-08-14 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* security.sgml: Move to ../doc dir and rename to logon-funcs.xml.
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
<sect1 id="func-cygwin-detach-dll">
|
||||
<title>cygwin_detach_dll</title>
|
||||
|
||||
<funcsynopsis><funcprototype>
|
||||
<funcdef>extern "C" void
|
||||
<function>cygwin_detach_dll</function></funcdef>
|
||||
<paramdef>int <parameter>dll_index</parameter></paramdef>
|
||||
</funcprototype></funcsynopsis>
|
||||
|
||||
</sect1>
|
|
@ -1,20 +0,0 @@
|
|||
|
||||
<sect1 id="func-cygwin-attach-handle-to-fd">
|
||||
<title>cygwin_attach_handle_to_fd</title>
|
||||
|
||||
<funcsynopsis><funcprototype>
|
||||
<funcdef>extern "C" int
|
||||
<function>cygwin_attach_handle_to_fd</function></funcdef>
|
||||
<paramdef>char *<parameter>name</parameter></paramdef>
|
||||
<paramdef>int <parameter>fd</parameter></paramdef>
|
||||
<paramdef>HANDLE <parameter>handle</parameter></paramdef>
|
||||
<paramdef>int <parameter>bin</parameter></paramdef>
|
||||
<paramdef>int <parameter>access</parameter></paramdef>
|
||||
</funcprototype></funcsynopsis>
|
||||
|
||||
<para>This function can be used to turn a Win32 "handle" into a
|
||||
posix-style file handle. <parameter>fd</parameter> may be -1 to
|
||||
make cygwin allocate a handle; the actual handle is returned
|
||||
in all cases.</para>
|
||||
|
||||
</sect1>
|
|
@ -1,18 +0,0 @@
|
|||
|
||||
<sect1 id="func-cygwin-internal">
|
||||
<title>cygwin_internal</title>
|
||||
|
||||
<funcsynopsis><funcprototype>
|
||||
<funcdef>extern "C" DWORD
|
||||
<function>cygwin_internal</function></funcdef>
|
||||
<paramdef>cygwin_getinfo_types <parameter>t</parameter></paramdef>
|
||||
<paramdef><parameter>...</parameter></paramdef>
|
||||
</funcprototype></funcsynopsis>
|
||||
|
||||
<para>This function gives you access to various internal data and functions.
|
||||
It takes two arguments. The first argument is a type from the 'cygwin_getinfo_types'
|
||||
enum. The second is an optional pointer.</para>
|
||||
<para>Stay away unless you know what you're doing.</para>
|
||||
|
||||
</sect1>
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
<sect1 id="func-cygwin-stackdump">
|
||||
<title>cygwin_stackdump</title>
|
||||
|
||||
<funcsynopsis><funcprototype>
|
||||
<funcdef>extern "C" void
|
||||
<function>cygwin_stackdump</function></funcdef>
|
||||
<void />
|
||||
</funcprototype></funcsynopsis>
|
||||
|
||||
<para> Outputs a stackdump to stderr from the called location.
|
||||
</para>
|
||||
|
||||
</sect1>
|
Loading…
Reference in New Issue