mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 20:05:17 +08:00
2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Remove PRIdoff_t.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user