mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
RTEMS: Unconditionally define _off_t to int64_t
Exotic RTEMS targets can define this back to int32_t as an exception if there are good reasons. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
parent
edc4f87311
commit
916ef5fb88
@ -12,11 +12,7 @@ typedef __int32_t __blksize_t;
|
||||
typedef __uint64_t __dev_t;
|
||||
#define __machine_dev_t_defined
|
||||
|
||||
#if defined(__arm__) || defined(__i386__) || defined(__m68k__) || defined(__mips__) || defined(__PPC__) || defined(__sparc__)
|
||||
typedef __int64_t _off_t;
|
||||
#else
|
||||
typedef __int32_t _off_t;
|
||||
#endif
|
||||
#define __machine_off_t_defined
|
||||
|
||||
typedef _off_t _fpos_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user