On Sunday 06 September 2009 09:40:00 Timo Teräs wrote:
> I'm using the *at stuff and noticed that fstatat is broke.
> fstatat is a bit different since that syscall is not really
> available.
>
> Glibc makes fstatat do fstatat64 syscall and converts the
> struct kernel_stat64 to struct stat. I think that is what
> was also intended in uclibc case, but someone left the work
> halfway. Now it badly uses struct kernel_stat with fstatat64
> syscall. We need to use the struct kernel_stat64 and implement
> the new conversion case.

it worked fine for me originally, but i was using a setup where the structs 
were the same size.  at any rate, it should be fixed in git now.  thanks for 
testing/researching.
-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