From ada8aeb715c8a3368c53bcf7d9c7143b5599e08f Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 12 Jan 2017 22:52:17 +0000 Subject: [PATCH] tests: fix typo in tests/xstatx.c * tests/xstatx.c [!IS_FSTAT]: Define IS_FSTAT instead of IS_STAT. --- tests/xstatx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xstatx.c b/tests/xstatx.c index 64204647..28152bb0 100644 --- a/tests/xstatx.c +++ b/tests/xstatx.c @@ -141,7 +141,7 @@ typedef off_t libc_off_t; # endif # ifndef IS_FSTAT -# define IS_STAT 0 +# define IS_FSTAT 0 # endif # ifndef OLD_STAT -- 2.50.1