summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/tmacros.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-29 05:29:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-29 05:29:33 +0000
commit45215d207586faa80d094f1a5a2832e59ddb5d54 (patch)
tree4391c2aaa48aaeae30636f04e9d0670cf69c7976 /testsuites/support/include/tmacros.h
parent2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-45215d207586faa80d094f1a5a2832e59ddb5d54.tar.bz2
2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Remove PRIdoff_t.
Diffstat (limited to 'testsuites/support/include/tmacros.h')
-rw-r--r--testsuites/support/include/tmacros.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h
index 780e5a2600..7229c807d3 100644
--- a/testsuites/support/include/tmacros.h
+++ b/testsuites/support/include/tmacros.h
@@ -304,9 +304,6 @@ extern "C" {
/* newlib's ino_t is a typedef to "unsigned long" */
#define PRIxino_t "lx"
-/* newlib's off_t is a typedef to "long" */
-#define PRIdoff_t "ld"
-
/* IEEE Std 1003.1-2008 defines a type blksize_t,
* newlib currently doesn't have this type, but uses "long" */
#define PRIxblksize_t "lx"