diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-01-02 03:07:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-01-02 03:07:47 +0100 |
commit | d7c1b279093dfb77675d391be293b756da87d1af (patch) | |
tree | ee81fd941bd70a3fbb65097b64ddba425e228559 /extra/Configs/Config.in | |
parent | 23bb649090ff588e8642f0c581cfe7ce2d29c757 (diff) |
remove COMPAT_ATEXIT
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 181d459fb..bf2defbae 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -651,12 +651,6 @@ config UCLIBC_DYNAMIC_ATEXIT Unless you use uClibc with C++, you should probably answer N. -config COMPAT_ATEXIT - bool "Old (visible) atexit Support" - help - Enable this option if you want to update from 0.9.28 to git/0.9.29, - else you will be missing atexit() until you rebuild all apps. - config UCLIBC_HAS_UTMPX bool "utmpx based support for tracking login/logouts to/from the system" help |