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:
Дмитрий Левин 2017-01-13 19:39:18 +00:00
parent 41e15ecd44
commit 3fb78d7305
3 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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