From 45215d207586faa80d094f1a5a2832e59ddb5d54 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 29 May 2010 05:29:33 +0000 Subject: [PATCH] =?UTF-8?q?2010-05-29=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * support/include/tmacros.h: Remove PRIdoff_t. --- testsuites/ChangeLog | 4 ++++ testsuites/support/include/tmacros.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index 0c8de9faa2..cdd0870e53 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,7 @@ +2010-05-29 Ralf Corsépius + + * support/include/tmacros.h: Remove PRIdoff_t. + 2010-04-22 Sebastian Huber * support/include/tmacros.h: Changed check_dispatch_disable_level() to 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"