From 5aa9263ff078fbc7b8b67ea1611c89161a726b24 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 Feb 2011 06:39:57 +0000 Subject: =?UTF-8?q?2011-02-08=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 PRIxblksize_t, PRIxblkcnt_t. --- testsuites/support/include/tmacros.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'testsuites/support/include') 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 -- cgit v1.2.3