summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-10-14 14:11:01 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-10-14 14:11:01 +0200
commit36ea1d442b7507e4600256705cfd9bbe03c85e86 (patch)
treef863a38e31d25d77ebf642dd2bc324338913ea1a /extra
parentbbf31ba768412222dec87afb8c76f9e10311f8e0 (diff)
Config.in: fix erroneously deleted line
blame e9d74358093b61e2e597fa9e066ba0468df14cba Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index d2bb81496..9ff918efb 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -628,6 +628,7 @@ config UCLIBC_DYNAMIC_ATEXIT
of atexit() and on_exit() functions, limited only by your available
memory. This can be important when uClibc is used with C++, since
global destructors are implemented via atexit(), and it is quite
+ possible to exceed the default number when this option is disabled.
Enabling this option adds a few bytes, and more significantly makes
atexit and on_exit depend on malloc, which can be bad when compiling
static executables.