Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2005-12-13 08:32:43 +0300
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2005-12-13 08:32:43 +0300
commit3220aed3544bcb6134c223998d38484a4510ef99 (patch)
tree676bf960256e6d4b5a0759906e15bfe02add5d10 /winsup/doc
parent56b53725196eec2da88a567a71de04a3e8e103b6 (diff)
* faq-programming.xml: Add note about struct stat64.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/faq-programming.xml8
2 files changed, 12 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 392f06d63..39e2240d3 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
+
+ * faq-programming.xml: Add note about struct stat64.
+
2005-12-03 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
* faq-setup.xml: Add note about clean_setup.pl.
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml
index af08be354..856e93c37 100644
--- a/winsup/doc/faq-programming.xml
+++ b/winsup/doc/faq-programming.xml
@@ -705,6 +705,14 @@ This is right <literal>gcc hello.cc -lstdc++</literal>.
</para>
</answer></qandaentry>
+<qandaentry id="faq.programming.stat64">
+<question><para>Why do I get an error using <literal>struct stat64</literal>?</para></question>
+<answer>
+
+<para><literal>struct stat64</literal> is not used in Cygwin, just
+use <literal>struct stat</literal>.</para>
+</answer></qandaentry>
+
<qandaentry id="faq.programming.undeclared-functions">
<question><para>I use a function I know is in the API, but I still get a link error.</para></question>
<answer>