[PATCH] implemented fstatat() syscall + testsuite
Enrico Scholz <[email protected]> Wed, 04 Apr 2012 19:02:21 +0200
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
[See https://github.com/ensc/dietlibc/commit/25938b345a2072535930fd354cb5675df1262336 resp. look in the 'rebase' branch for the actual patch] fstatat(2) seems to be implemented either by * __NR_fstatat (only MIPS?) * __NR_fstatat64 (32 bit archs) * __NF_newfstatat (64 bit archs) Changeset adds this syscall and a test case which checks some other *at() functions too Verified for i386, x86_64 + armv5. Enrico