]> granicus.if.org Git - strace/commitdiff
tests: fix typo in tests/xstatx.c
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 12 Jan 2017 22:52:17 +0000 (22:52 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 12 Jan 2017 23:03:20 +0000 (23:03 +0000)
* tests/xstatx.c [!IS_FSTAT]: Define IS_FSTAT instead of IS_STAT.

tests/xstatx.c

index 64204647024fe22e10850f243b9593c8182419ad..28152bb061b9d5fe1272edc212d67f3ce2f189ca 100644 (file)
@@ -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