diff options
Diffstat (limited to 'projects/sample/autoconf/ExportMap.map')
-rw-r--r-- | projects/sample/autoconf/ExportMap.map | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/projects/sample/autoconf/ExportMap.map b/projects/sample/autoconf/ExportMap.map new file mode 100644 index 0000000..17b185f --- /dev/null +++ b/projects/sample/autoconf/ExportMap.map @@ -0,0 +1,7 @@ +{ + global: main; + __progname; + environ; + + local: *; +}; |