mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 23:40:10 +01:00
16 lines
320 B
Text
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:
|
|
*;
|
|
};
|