On Friday 03 February 2012 08:46:10 Filippo ARCIDIACONO wrote:
> I Khem,

please don't top post

> This is similar what I do for fstat for similar problem.
> Just a note, the call to stat64 should be also guarded by
> __UCLIBC_HAS_LFS__?

no.  LFS controls the API that uClibc exports to people that build against it.  
internally, we're free to use any syscall that's available.

we do the same thing with getdents because the 64bit version not only extends 
some types, but it includes some fields that the 32bit doesn't.  this is pretty 
much the same reason Khem needs to use stat64 here.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to