From 1fd5e000ace55b323124c7e556a7a864b972a5c4 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 17 Feb 2000 19:38:33 +0000 Subject: import winsup-2000-02-17 snapshot --- winsup/cygwin/dtable.sgml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 winsup/cygwin/dtable.sgml (limited to 'winsup/cygwin/dtable.sgml') diff --git a/winsup/cygwin/dtable.sgml b/winsup/cygwin/dtable.sgml new file mode 100644 index 000000000..9f292ee73 --- /dev/null +++ b/winsup/cygwin/dtable.sgml @@ -0,0 +1,20 @@ + + +cygwin_attach_handle_to_fd + + +extern "C" int +cygwin_attach_handle_to_fd +char *name +int fd +HANDLE handle +int bin +int access + + +This function can be used to turn a Win32 "handle" into a +posix-style file handle. fd may be -1 to +make cygwin allocate a handle; the actual handle is returned +in all cases. + + -- cgit v1.2.3