diff options
Diffstat (limited to 'winsup/cygwin/dtable.sgml')
-rw-r--r-- | winsup/cygwin/dtable.sgml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/winsup/cygwin/dtable.sgml b/winsup/cygwin/dtable.sgml deleted file mode 100644 index 9f292ee..0000000 --- a/winsup/cygwin/dtable.sgml +++ /dev/null @@ -1,20 +0,0 @@ - -<sect1 id="func-cygwin-attach-handle-to-fd"> -<title>cygwin_attach_handle_to_fd</title> - -<funcsynopsis> -<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> -</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> |