diff options
author | Jozef Lawrynowicz <jozef.l@somniumtech.com> | 2017-07-10 17:19:00 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-07-20 16:18:54 +0200 |
commit | 25138cc2a64e939cd8fb96653319d61845860221 (patch) | |
tree | 508660e805f837ade35b37a0f393387c17eec6f3 /newlib | |
parent | 4bce7ecbe19c1c264e3b5b3eac9582c429f12caa (diff) | |
download | cygnal-25138cc2a64e939cd8fb96653319d61845860221.tar.gz cygnal-25138cc2a64e939cd8fb96653319d61845860221.tar.bz2 cygnal-25138cc2a64e939cd8fb96653319d61845860221.zip |
MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being usednewlib-snapshot-20170720
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/libc/include/sys/config.h | 1 |
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__ |