Discussion:
[PATCH] implemented fstatat() syscall + testsuite
Enrico Scholz
2012-04-04 17:02:21 UTC
Permalink
[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

Loading...