[LTP] [PATCH v2 06/10] lapi: add getxattrat() fallback
Cyril Hrubis
chrubis@suse.cz
Tue Oct 7 17:21:16 CEST 2025
Hi!
> +#ifndef HAVE_FUNC_GETXATTRAT
^
Here as well no FUNC
Otherwise:
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
> +static inline int getxattrat(int dfd, const char *pathname,
> + unsigned int at_flags, const char *name,
> + void *value, size_t size)
> +{
> + return tst_syscall(__NR_getxattrat, dfd, pathname, at_flags, name,
> + value, size);
> +}
> +#endif
> +
> #endif /* LAPI_XATTR_H__ */
>
> --
> 2.51.0
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list