public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] In <stdio.h> provide only necessary types
Date: Wed,  4 May 2022 13:49:41 +0000 (GMT)	[thread overview]
Message-ID: <20220504134941.7D76B3856DD3@sourceware.org> (raw)

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

commit 357d7fcc6ad1b0660e2b3131d09eb22e2559e46d
Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
Date:   Wed May 4 10:10:48 2022 +0200

    In <stdio.h> provide only necessary types

Diff:
---
 newlib/libc/include/stdio.h | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/newlib/libc/include/stdio.h b/newlib/libc/include/stdio.h
index 7748351f0..b995b56d2 100644
--- a/newlib/libc/include/stdio.h
+++ b/newlib/libc/include/stdio.h
@@ -58,7 +58,7 @@ typedef __gnuc_va_list va_list;
  */
 
 #include <sys/reent.h>
-#include <sys/types.h>
+#include <sys/_types.h>
 
 _BEGIN_STD_C
 
@@ -76,6 +76,16 @@ typedef _fpos64_t fpos64_t;
 #endif
 #endif /* !__CYGWIN__ */
 
+#ifndef _OFF_T_DECLARED
+typedef __off_t off_t;
+#define	_OFF_T_DECLARED
+#endif
+
+#ifndef _SSIZE_T_DECLARED
+typedef _ssize_t ssize_t;
+#define	_SSIZE_T_DECLARED
+#endif
+
 #include <sys/stdio.h>
 
 #define	__SLBF	0x0001		/* line buffered */


                 reply	other threads:[~2022-05-04 13:49 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=20220504134941.7D76B3856DD3@sourceware.org \
    --to=corinna@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).