|
|
statx (int fd, const char *path, int flags,
|
|
statx (int fd, const char *path, int flags,
|
|
|
unsigned int mask, struct statx *buf)
|
|
unsigned int mask, struct statx *buf)
|
|
@@ -26,3 +27,4 @@ statx (int fd, const char *path, int flags,
|
|
|
int ret = INLINE_SYSCALL (statx, 5, fd, path, flags, mask, buf);
|
|
int ret = INLINE_SYSCALL (statx, 5, fd, path, flags, mask, buf);
|