diff options
Diffstat (limited to 'autoconf/ExportMap.map')
-rw-r--r-- | autoconf/ExportMap.map | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autoconf/ExportMap.map b/autoconf/ExportMap.map index 43e310e..17b185f 100644 --- a/autoconf/ExportMap.map +++ b/autoconf/ExportMap.map @@ -1,4 +1,7 @@ { global: main; + __progname; + environ; + local: *; }; |