Browse Source

Config.in: fix erroneously deleted line

blame e9d74358093b61e2e597fa9e066ba0468df14cba

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 13 years ago
parent
commit
36ea1d442b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      extra/Configs/Config.in

+ 1 - 0
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.