|
@@ -648,6 +648,15 @@ config MALLOC_GLIBC_COMPAT
|
|
does not detect glibc style returning-a-valid-pointer-for-malloc(0)
|
|
does not detect glibc style returning-a-valid-pointer-for-malloc(0)
|
|
behavior). Most people can safely answer N.
|
|
behavior). Most people can safely answer N.
|
|
|
|
|
|
|
|
+config UCLIBC_HAS_OBSTACK
|
|
|
|
+ bool "Obstack Support (gnu extension)"
|
|
|
|
+ help
|
|
|
|
+ When this option is enabled, uClibc will provide support for obstacks.
|
|
|
|
+ An obstack is a structure in which memory can be dynamically allocated
|
|
|
|
+ as a 'stack of objects'. Many programs need this GNU extention and
|
|
|
|
+ you should say Y if you are using any. Otherwise, say N to save some
|
|
|
|
+ space.
|
|
|
|
+
|
|
config UCLIBC_DYNAMIC_ATEXIT
|
|
config UCLIBC_DYNAMIC_ATEXIT
|
|
bool "Dynamic atexit() Support"
|
|
bool "Dynamic atexit() Support"
|
|
default y
|
|
default y
|