forked from Imagelibrary/rtems
2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
This commit is contained in:
@@ -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>
|
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||||
|
|||||||
@@ -304,14 +304,6 @@ extern "C" {
|
|||||||
/* newlib's ino_t is a typedef to "unsigned long" */
|
/* newlib's ino_t is a typedef to "unsigned long" */
|
||||||
#define PRIxino_t "lx"
|
#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
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user