[LTP] [PATCH v2 1/7] Add fallback definitions for lapi/fs.h
    Cyril Hrubis 
    chrubis@suse.cz
       
    Wed Jul 24 13:52:12 CEST 2024
    
    
  
Hi!
>  #include <limits.h>
I've added #include <stdint.h> here to make sure that the *int*_t are
defined and pushed, thanks.
>  #include "lapi/abisize.h"
>  
> +#ifndef HAVE_FILE_CLONE_RANGE
> +struct file_clone_range {
> +	int64_t src_fd;
> +	uint64_t src_offset;
> +	uint64_t src_length;
> +	uint64_t dest_offset;
> +};
> +#endif
-- 
Cyril Hrubis
chrubis@suse.cz
    
    
More information about the ltp
mailing list