2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* support/include/tmacros.h: Remove PRIdoff_t.
This commit is contained in:
Ralf Corsepius
2010-05-29 05:29:33 +00:00
parent f88a1a014b
commit 45215d2075
2 changed files with 4 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Remove PRIdoff_t.
2010-04-22 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* support/include/tmacros.h: Changed check_dispatch_disable_level() to
-3
View File
@@ -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"