build/trival: remove misleading code comment in NetworkManager.ver
https://bugzilla.gnome.org/show_bug.cgi?id=770515
This commit is contained in:
@@ -9,11 +9,7 @@ global:
|
|||||||
/* The _IO_stdin_used symbol is used by the GNU libc to determine
|
/* The _IO_stdin_used symbol is used by the GNU libc to determine
|
||||||
which version of the I/O function should be used. Not
|
which version of the I/O function should be used. Not
|
||||||
exporting it means that the "old" version is used, causing
|
exporting it means that the "old" version is used, causing
|
||||||
crashes or other issues on some architectures. It should be
|
crashes or other issues on some architectures. */
|
||||||
exported as an anonymous tag, but ld does not support mixing
|
|
||||||
anonymous version tags with other version tags. Fortunately
|
|
||||||
the GNU libc is able to cope with the symbol having the wrong
|
|
||||||
version tag. */
|
|
||||||
_IO_stdin_used;
|
_IO_stdin_used;
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
|
Reference in New Issue
Block a user