summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/tmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/support/include/tmacros.h')
-rw-r--r--testsuites/support/include/tmacros.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h
index 7229c807d3..010296b7cf 100644
--- a/testsuites/support/include/tmacros.h
+++ b/testsuites/support/include/tmacros.h
@@ -304,14 +304,6 @@ extern "C" {
/* newlib's ino_t is a typedef to "unsigned long" */
#define PRIxino_t "lx"
-/* IEEE Std 1003.1-2008 defines a type blksize_t,
- * newlib currently doesn't have this type, but uses "long" */
-#define PRIxblksize_t "lx"
-
-/* IEEE Std 1003.1-2008 defines a type blkcnt_t,
- * newlib currently doesn't have this type, but uses "long" */
-#define PRIxblkcnt_t "lx"
-
#ifdef __cplusplus
}
#endif