aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJozef Lawrynowicz <jozef.l@somniumtech.com>2017-07-10 17:19:00 +0000
committerCorinna Vinschen <corinna@vinschen.de>2017-07-20 16:18:54 +0200
commit25138cc2a64e939cd8fb96653319d61845860221 (patch)
tree508660e805f837ade35b37a0f393387c17eec6f3
parent4bce7ecbe19c1c264e3b5b3eac9582c429f12caa (diff)
MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being usednewlib-snapshot-20170720
-rw-r--r--newlib/libc/include/sys/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h
index e45aa5417..117c49a6d 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__