fstatat is broke

2009-09-06 Thread Timo Teräs
Hi all, 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

Re: fstatat is broke

2009-09-06 Thread Mike Frysinger
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_s