From d9e9de3f38bdcc87cd8e318f093495b3e67d408a Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 14 Aug 2014 20:46:28 +0000 Subject: [PATCH] * dll_init.sgml: Remove. * dtable.sgml: Move into ../doc/misc-funcs.xml. * external.sgml: Ditto. * stackdump.sgml: Ditto. --- winsup/cygwin/ChangeLog | 7 +++++++ winsup/cygwin/dll_init.sgml | 11 ----------- winsup/cygwin/dtable.sgml | 20 -------------------- winsup/cygwin/external.sgml | 18 ------------------ winsup/cygwin/stackdump.sgml | 13 ------------- 5 files changed, 7 insertions(+), 62 deletions(-) delete mode 100644 winsup/cygwin/dll_init.sgml delete mode 100644 winsup/cygwin/dtable.sgml delete mode 100644 winsup/cygwin/external.sgml delete mode 100644 winsup/cygwin/stackdump.sgml diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index a266f172a..ce72ed10e 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +2014-08-14 Corinna Vinschen + + * dll_init.sgml: Remove. + * dtable.sgml: Move into ../doc/misc-funcs.xml. + * external.sgml: Ditto. + * stackdump.sgml: Ditto. + 2014-08-14 Corinna Vinschen * security.sgml: Move to ../doc dir and rename to logon-funcs.xml. diff --git a/winsup/cygwin/dll_init.sgml b/winsup/cygwin/dll_init.sgml deleted file mode 100644 index a66c43cb6..000000000 --- a/winsup/cygwin/dll_init.sgml +++ /dev/null @@ -1,11 +0,0 @@ - - -cygwin_detach_dll - - -extern "C" void -cygwin_detach_dll -int dll_index - - - diff --git a/winsup/cygwin/dtable.sgml b/winsup/cygwin/dtable.sgml deleted file mode 100644 index 73d8b78cc..000000000 --- a/winsup/cygwin/dtable.sgml +++ /dev/null @@ -1,20 +0,0 @@ - - -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. - - 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 @@ - - -cygwin_internal - - -extern "C" DWORD -cygwin_internal -cygwin_getinfo_types t -... - - -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. -Stay away unless you know what you're doing. - - - diff --git a/winsup/cygwin/stackdump.sgml b/winsup/cygwin/stackdump.sgml deleted file mode 100644 index 1969e2e6f..000000000 --- a/winsup/cygwin/stackdump.sgml +++ /dev/null @@ -1,13 +0,0 @@ - -cygwin_stackdump - - -extern "C" void -cygwin_stackdump - - - - Outputs a stackdump to stderr from the called location. - - -