This is the mail archive of the cygwin-patches 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]

[PATCH] Fix documentation of cygwin_internal()'s return type.


	* misc-funcs.xml (cygwin_internal): Correct return type.
---
 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 814e651..b04210f 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-13  Jon TURNEY  <jon.turney@dronecode.org.uk>
 
 	* Makefile.in (prefix): Define.
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>
-- 
2.1.4


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