mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
RTEMS: Use __uint64_t for __ino_t
FreeBSD uses a 64-bit ino_t since 2017-05-23. We need this for the pipe() support in libbsd. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
parent
44756a36ab
commit
dc6e94551f
@ -18,7 +18,7 @@ typedef __int64_t _off_t;
|
||||
typedef _off_t _fpos_t;
|
||||
#define __machine_fpos_t_defined
|
||||
|
||||
typedef unsigned long __ino_t;
|
||||
typedef __uint64_t __ino_t;
|
||||
#define __machine_ino_t_defined
|
||||
|
||||
typedef __uint32_t __mode_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user