summaryrefslogtreecommitdiffstats
path: root/winsup/doc/faq-programming.xml
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2005-12-13 05:32:43 +0000
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2005-12-13 05:32:43 +0000
commit3220aed3544bcb6134c223998d38484a4510ef99 (patch)
tree676bf960256e6d4b5a0759906e15bfe02add5d10 /winsup/doc/faq-programming.xml
parent56b53725196eec2da88a567a71de04a3e8e103b6 (diff)
downloadcygnal-3220aed3544bcb6134c223998d38484a4510ef99.tar.gz
cygnal-3220aed3544bcb6134c223998d38484a4510ef99.tar.bz2
cygnal-3220aed3544bcb6134c223998d38484a4510ef99.zip
* faq-programming.xml: Add note about struct stat64.
Diffstat (limited to 'winsup/doc/faq-programming.xml')
-rw-r--r--winsup/doc/faq-programming.xml8
1 files changed, 8 insertions, 0 deletions
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>