From 3220aed3544bcb6134c223998d38484a4510ef99 Mon Sep 17 00:00:00 2001 From: Joshua Daniel Franklin Date: Tue, 13 Dec 2005 05:32:43 +0000 Subject: * faq-programming.xml: Add note about struct stat64. --- winsup/doc/faq-programming.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'winsup/doc/faq-programming.xml') 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 gcc hello.cc -lstdc++. + +Why do I get an error using struct stat64? + + +struct stat64 is not used in Cygwin, just +use struct stat. + + I use a function I know is in the API, but I still get a link error. -- cgit v1.2.3