summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-04 09:39:10 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 18:21:42 +0200
commit6afc096586f193fac3ba2869b4e2ee16aacee227 (patch)
treea2fd459aac0a96cb475bb2e579e2952c45da460f
parent40dac09f44737f76fa1c4d0a8a37b8c49df168ad (diff)
Fix: exported symbols globbing expression now accept any versions
Change-Id: I01626f402b08ce3c979a88749c7ffb996e140c89 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--template/etc/export.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/etc/export.map b/template/etc/export.map
index 52c1b4a..ee2f413 100644
--- a/template/etc/export.map
+++ b/template/etc/export.map
@@ -1 +1 @@
-{ global: afbBindingV1*; local: *; };
+{ global: afbBindingV*; local: *; };