diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-01-05 13:57:54 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-01-05 13:57:54 +0100 |
commit | f1a844ac6389ea4e111afc019323ca982b5b027d (patch) | |
tree | ed0cb25c449e1579457627264bb1680e7e60460b | |
parent | 2fc21aaad90bbbe834d23bf9f111bd8052a59bf1 (diff) | |
download | glibc-f1a844ac6389ea4e111afc019323ca982b5b027d.tar.gz glibc-f1a844ac6389ea4e111afc019323ca982b5b027d.tar.xz glibc-f1a844ac6389ea4e111afc019323ca982b5b027d.zip |
NEWS: Deprecate static dlopen
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS index a7187d8d12..0d6f826dcc 100644 --- a/NEWS +++ b/NEWS @@ -71,6 +71,10 @@ Major new features: Deprecated and removed features, and other changes affecting compatibility: +* Support for statically linked applications which call dlopen is deprecated + and will be removed in a future version of glibc. Applications which call + dlopen need to be linked dynamically instead. + * Support for old programs which use internal stdio data structures and functions is deprecated. This includes programs which use the C++ streams provided by libstdc++ in GCC 2.95. Programs which use the internal |