Re: [PATCH] RTEMS: Unconditionally define _off_t to int64_t

2018-07-19 Thread Sebastian Huber
The background for this change is that the fsfseeko01 test fails on RISC-V without this change. Instead of adding yet another target to the list of standard targets, default _off_t to int64_t. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone :

[PATCH] RTEMS: Unconditionally define _off_t to int64_t

2018-07-19 Thread Sebastian Huber
Exotic RTEMS targets can define this back to int32_t as an exception if there are good reasons. Signed-off-by: Sebastian Huber --- newlib/libc/sys/rtems/include/machine/_types.h | 4 1 file changed, 4 deletions(-) diff --git a/newlib/libc/sys/rtems/include/machine/_types.h b/newlib/libc/s