public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] RTEMS: Use __uint64_t for __ino_t
@ 2018-12-21  6:01 Sebastian Huber
  0 siblings, 0 replies; only message in thread
From: Sebastian Huber @ 2018-12-21  6:01 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=dc6e94551f09d3a983afd571478d63a09d6f66fa

commit dc6e94551f09d3a983afd571478d63a09d6f66fa
Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
Date:   Thu Dec 20 10:55:28 2018 +0100

    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>

Diff:
---
 newlib/libc/sys/rtems/include/machine/_types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newlib/libc/sys/rtems/include/machine/_types.h b/newlib/libc/sys/rtems/include/machine/_types.h
index c61d657..8e2d9a3 100644
--- a/newlib/libc/sys/rtems/include/machine/_types.h
+++ b/newlib/libc/sys/rtems/include/machine/_types.h
@@ -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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-21  6:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-21  6:01 [newlib-cygwin] RTEMS: Use __uint64_t for __ino_t Sebastian Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).