[LTP] [PATCH v2 07/10] lapi: add removexattrat() fallback

Cyril Hrubis chrubis@suse.cz
Tue Oct 7 17:26:17 CEST 2025


Hi!
> +#ifndef HAVE_FUNC_REMOVEXATTRAT
                ^
		And here as well, otherwise:

Reviewed-by: Cyril Hrubis <chrubis@suse.cz>

> +static inline int removexattrat(int dfd, const char *pathname,
> +			     unsigned int at_flags, const char *name)
> +{
> +	return tst_syscall(__NR_removexattrat, dfd, pathname, at_flags, name);
> +}
> +#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