mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Michael Meeuwisse <mickeymeeuw@gmail.com>
To: musl@lists.openwall.com
Cc: Michael Meeuwisse <mickeymeeuw+git@gmail.com>
Subject: [PATCH] Include missing reference to stdio.h for EOF definition
Date: Tue, 23 Feb 2016 23:49:57 +0100	[thread overview]
Message-ID: <1456267797-18109-1-git-send-email-mickeymeeuw+git@gmail.com> (raw)

No binary changes as it was already included implicitly;
. src/multibyte/internal.h
.. ./src/internal/locale_impl.h
... ./src/internal/libc.h
.... ./include/stdio.h

However, all evidence suggest this to be a fortunate accident rather than an intentional design choice.

Signed-off-by: Michael Meeuwisse <mickeymeeuw+git@gmail.com>
---
 src/multibyte/wctob.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/multibyte/wctob.c b/src/multibyte/wctob.c
index 4aeda6a..b484a3f 100644
--- a/src/multibyte/wctob.c
+++ b/src/multibyte/wctob.c
@@ -1,4 +1,5 @@
 #include <wchar.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include "internal.h"
 
-- 
2.5.0



             reply	other threads:[~2016-02-23 22:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-23 22:49 Michael Meeuwisse [this message]
2016-02-25  9:50 ` Michael Meeuwisse
2016-02-25 18:27   ` Rich Felker

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=1456267797-18109-1-git-send-email-mickeymeeuw+git@gmail.com \
    --to=mickeymeeuw@gmail.com \
    --cc=mickeymeeuw+git@gmail.com \
    --cc=musl@lists.openwall.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).