tests: remove redundant SAMPLE_SIZE definitions
Remove all definitions of SAMPLE_SIZE that are identical to the fallback definition in tests/xstatx.c. * tests/fstat64.c (SAMPLE_SIZE): Remove. * tests/lstat64.c (SAMPLE_SIZE): Remove. * tests/stat64.c (SAMPLE_SIZE): Remove.
This commit is contained in:
parent
41e15ecd44
commit
3fb78d7305
@ -35,7 +35,6 @@
|
||||
# define STRUCT_STAT struct stat64
|
||||
# define STRUCT_STAT_STR "struct stat64"
|
||||
# define STRUCT_STAT_IS_STAT64 1
|
||||
# define SAMPLE_SIZE ((libc_off_t) 43147718418ULL)
|
||||
# include "fstatx.c"
|
||||
|
||||
#else
|
||||
|
@ -35,7 +35,6 @@
|
||||
# define STRUCT_STAT struct stat64
|
||||
# define STRUCT_STAT_STR "struct stat64"
|
||||
# define STRUCT_STAT_IS_STAT64 1
|
||||
# define SAMPLE_SIZE ((libc_off_t) 43147718418ULL)
|
||||
# include "lstatx.c"
|
||||
|
||||
#else
|
||||
|
@ -35,7 +35,6 @@
|
||||
# define STRUCT_STAT struct stat64
|
||||
# define STRUCT_STAT_STR "struct stat64"
|
||||
# define STRUCT_STAT_IS_STAT64 1
|
||||
# define SAMPLE_SIZE ((libc_off_t) 43147718418ULL)
|
||||
# include "lstatx.c"
|
||||
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user