aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/version_script.lds
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/c/version_script.lds')
-rw-r--r--tensorflow/c/version_script.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/c/version_script.lds b/tensorflow/c/version_script.lds
index 5855782003..c352a1440d 100644
--- a/tensorflow/c/version_script.lds
+++ b/tensorflow/c/version_script.lds
@@ -1,8 +1,8 @@
VERS_1.0 {
# Export symbols in c_api.h.
global:
- TF_*;
- TFE_*;
+ *TF_*;
+ *TFE_*;
# Hide everything else.
local: