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 e51eba3d4..b14a3d36b 100644 --- a/newlib/acconfig.h +++ b/newlib/acconfig.h @@ -67,6 +67,9 @@ /* Define if unbuffered stream file optimization is supported. */ #undef _UNBUF_STREAM_OPT +/* Define if enable lite version of exit. */ +#undef _LITE_EXIT + @BOTTOM@ /* * Iconv encodings enabled ("to" direction) |