summary refs log tree commit diff
path: root/src/NetworkManager.ver
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-01-17 20:25:09 +0100
committerMichael Biebl <biebl@debian.org>2017-01-17 20:25:09 +0100
commit58f8be580039b0575b197b9573a1c92745d96d30 (patch)
tree2c226233f623a0dcb529be0eb8cdf97e4a2ae0c0 /src/NetworkManager.ver
parent45cb5bb3c0e6edb887cf69b417fcaf7053814a9b (diff)
New upstream version 1.5.90 upstream/1.5.90
Diffstat (limited to 'src/NetworkManager.ver')
-rw-r--r--src/NetworkManager.ver20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/NetworkManager.ver b/src/NetworkManager.ver
deleted file mode 100644
index d5358e5c..00000000
--- a/src/NetworkManager.ver
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-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.  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. */
-	_IO_stdin_used;
-local:
-	*;
-};