This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Fix documentation of cygwin_internal()'s return type.


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=69d477a25cbff04c0ed0261aecc53290f2a4ff61

commit 69d477a25cbff04c0ed0261aecc53290f2a4ff61
Author: Jon TURNEY <jon.turney@dronecode.org.uk>
Date:   Tue Mar 31 18:32:41 2015 +0100

    Fix documentation of cygwin_internal()'s return type.
    
    	* misc-funcs.xml (cygwin_internal): Correct return type.
    
    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>

Diff:
---
 winsup/doc/ChangeLog      | 4 ++++
 winsup/doc/misc-funcs.xml | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index b90e6c1..30d9fdc 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-31  Jon TURNEY  <jon.turney@dronecode.org.uk>
+
+	* misc-funcs.xml (cygwin_internal): Correct return type.
+
 2015-03-31  Corinna Vinschen  <corinna@vinschen.de>
 
 	* new-features.xml (ov-new1.7.36): Add new section.  Document GNU
diff --git a/winsup/doc/misc-funcs.xml b/winsup/doc/misc-funcs.xml
index 06776d9..b164341 100644
--- a/winsup/doc/misc-funcs.xml
+++ b/winsup/doc/misc-funcs.xml
@@ -34,7 +34,7 @@ much.</para>
 <title>cygwin_internal</title>
 
 <funcsynopsis><funcprototype>
-<funcdef>extern "C" DWORD
+<funcdef>extern "C" uintptr_t
 <function>cygwin_internal</function></funcdef>
 <paramdef>cygwin_getinfo_types <parameter>t</parameter></paramdef>
 <paramdef><parameter>...</parameter></paramdef>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]