public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being used
@ 2017-07-20 14:19 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2017-07-20 14:19 UTC (permalink / raw)
  To: newlib-cvs

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

commit 25138cc2a64e939cd8fb96653319d61845860221
Author: Jozef Lawrynowicz <jozef.l@somniumtech.com>
Date:   Mon Jul 10 17:19:00 2017 +0000

    MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being used

Diff:
---
 newlib/libc/include/sys/config.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h
index e45aa54..117c49a 100644
--- a/newlib/libc/include/sys/config.h
+++ b/newlib/libc/include/sys/config.h
@@ -154,6 +154,7 @@
 #define _REENT_SMALL
 #endif
 
+#define __BUFSIZ__ 256
 #define __SMALL_BITFIELDS
 
 #ifdef __MSP430X_LARGE__


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

only message in thread, other threads:[~2017-07-20 14:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-20 14:19 [newlib-cygwin] MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being used Corinna Vinschen

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).