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

fstatat support


In trying to build findutils for cygwin 1.7.0, I'm running into:

fts.c: In function `fts_stat':
fts.c:1395: warning: passing arg 3 of `fstatat' from incompatible pointer type

Is there any reason why you declared fstatat to take struct __stat64 * instead 
of struct stat like all the other *stat functions in <sys/stat.h>?

-- 
Eric Blake



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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