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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/external.sgml')
-rw-r--r--winsup/cygwin/external.sgml18
1 files changed, 18 insertions, 0 deletions
diff --git a/winsup/cygwin/external.sgml b/winsup/cygwin/external.sgml
new file mode 100644
index 000000000..bbfdd0fb8
--- /dev/null
+++ b/winsup/cygwin/external.sgml
@@ -0,0 +1,18 @@
+
+<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>
+