summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-08 06:40:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-08 06:40:11 +0000
commitcea600774d9fc836a6d3a84c217ccd1348cb9270 (patch)
tree1798a7a49e166a8a2268285c1027eff107e1b838
parent1ebe3da136ef7a6db74cbca608bda5d110af9a8b (diff)
2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
-rw-r--r--testsuites/ChangeLog4
-rw-r--r--testsuites/support/include/tmacros.h8
2 files changed, 4 insertions, 8 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 43ef61a039..607c3da791 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
+
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
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