diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2008-03-13 15:18:10 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2008-03-13 15:18:10 +0000 |
commit | 7d5d232b50f9f0910d10cb6635d5132f774674f5 (patch) | |
tree | dc7d5243e0770c116e1a03ef0caf572f3665caf7 /winsup/cygwin/shared.sgml | |
parent | 455b4f90fb92a68d0a4dd90a15c64ff732240635 (diff) | |
download | cygnal-7d5d232b50f9f0910d10cb6635d5132f774674f5.tar.gz cygnal-7d5d232b50f9f0910d10cb6635d5132f774674f5.tar.bz2 cygnal-7d5d232b50f9f0910d10cb6635d5132f774674f5.zip |
* path.sgml: Remove documentation for old path API. Add documentation
for new path API.
* security.sgml: New file to document cygwin_set_impersonation_token
and cygwin_logon_user with only eight years of delay.
* shared.sgml: Remove file.
* include/sys/cygwin.h (cygwin32_attach_handle_to_fd): Move declaration
into fully deprecated function block.
(cygwin_logon_user): Move declaration down to declaration of
cygwin_set_impersonation_token.
Diffstat (limited to 'winsup/cygwin/shared.sgml')
-rw-r--r-- | winsup/cygwin/shared.sgml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/winsup/cygwin/shared.sgml b/winsup/cygwin/shared.sgml deleted file mode 100644 index b8d111a55..000000000 --- a/winsup/cygwin/shared.sgml +++ /dev/null @@ -1,17 +0,0 @@ - -<sect1 id="func-cygwin-getshared"> -<title>cygwin_getshared</title> - -<funcsynopsis><funcprototype> -<funcdef>shared_info * -<function>cygwin_getshared</function></funcdef> -<void /> -</funcprototype></funcsynopsis> - -<para>Returns a pointer to an internal Cygwin memory structure -containing shared information used by cooperating cygwin processes. -This function is intended for use only by "system" programs like -<filename>mount</filename> and <filename>ps</filename>. -</para> - -</sect1> |