public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Sebastian Huber <sh@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] RTEMS: Use __uint64_t for __ino_t
Date: Fri, 21 Dec 2018 06:01:00 -0000	[thread overview]
Message-ID: <20181221060045.97989.qmail@sourceware.org> (raw)

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;


                 reply	other threads:[~2018-12-21  6:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181221060045.97989.qmail@sourceware.org \
    --to=sh@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).