From 15a0fbdcf561bbe732b7e38e55df2047f714793a Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 31 Aug 2016 11:46:25 +0200 Subject: [PATCH] build/trival: remove misleading code comment in NetworkManager.ver https://bugzilla.gnome.org/show_bug.cgi?id=770515 --- src/NetworkManager.ver | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/NetworkManager.ver b/src/NetworkManager.ver index d5358e5c0..0e092f44a 100644 --- a/src/NetworkManager.ver +++ b/src/NetworkManager.ver @@ -9,11 +9,7 @@ global: /* 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. It should be - 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. */ + crashes or other issues on some architectures. */ _IO_stdin_used; local: *;