NetworkManager/src/NetworkManager.ver

16 lines
320 B
Text

{
global:
nm_*;
nmp_*;
_nm*;
NM*;
_NM*;
/* The _IO_stdin_used symbol is used by the GNU libc to determine
which version of the I/O function should be used. Not
exporting it means that the "old" version is used, causing
crashes or other issues on some architectures. */
_IO_stdin_used;
local:
*;
};