diff options
Diffstat (limited to 'newlib/acconfig.h')
-rw-r--r-- | newlib/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/acconfig.h b/newlib/acconfig.h index 71d163bdb..e51eba3d4 100644 --- a/newlib/acconfig.h +++ b/newlib/acconfig.h @@ -64,6 +64,9 @@ /* Define if wide char orientation is supported. */ #undef _WIDE_ORIENT +/* Define if unbuffered stream file optimization is supported. */ +#undef _UNBUF_STREAM_OPT + @BOTTOM@ /* * Iconv encodings enabled ("to" direction) |