mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
NEWS: Deprecate static dlopen
This commit is contained in:
parent
2fc21aaad9
commit
f1a844ac63
4
NEWS
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user