summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/external.sgml
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-08-14 20:46:28 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-08-14 20:46:28 +0000
commitd9e9de3f38bdcc87cd8e318f093495b3e67d408a (patch)
tree4d2f4653ef8650904306eb1523fdefa8b1c2f506 /winsup/cygwin/external.sgml
parent9f2842e92c9c0b66956f2e796b0336f6ed51e3a1 (diff)
downloadcygnal-d9e9de3f38bdcc87cd8e318f093495b3e67d408a.tar.gz
cygnal-d9e9de3f38bdcc87cd8e318f093495b3e67d408a.tar.bz2
cygnal-d9e9de3f38bdcc87cd8e318f093495b3e67d408a.zip
* dll_init.sgml: Remove.
* dtable.sgml: Move into ../doc/misc-funcs.xml. * external.sgml: Ditto. * stackdump.sgml: Ditto.
Diffstat (limited to 'winsup/cygwin/external.sgml')
-rw-r--r--winsup/cygwin/external.sgml18
1 files changed, 0 insertions, 18 deletions
diff --git a/winsup/cygwin/external.sgml b/winsup/cygwin/external.sgml
deleted file mode 100644
index bbfdd0fb8..000000000
--- a/winsup/cygwin/external.sgml
+++ /dev/null
@@ -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>
-