2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>

* support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
This commit is contained in:
Ralf Corsepius
2011-02-08 06:39:57 +00:00
parent c03792fcd7
commit 5aa9263ff0
2 changed files with 4 additions and 8 deletions

View File

@@ -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.

View File

@@ -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