diff options
-rw-r--r-- | libnativeloader/libnativeloader.map.txt | 14 | ||||
-rw-r--r-- | sigchainlib/libsigchain.map.txt | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/libnativeloader/libnativeloader.map.txt b/libnativeloader/libnativeloader.map.txt index 59f457c04c..8c0fbddb4e 100644 --- a/libnativeloader/libnativeloader.map.txt +++ b/libnativeloader/libnativeloader.map.txt @@ -20,13 +20,13 @@ # that defines the exported interface. Please keep in sync with this list. LIBNATIVELOADER_1 { global: - OpenNativeLibrary; - CloseNativeLibrary; - OpenNativeLibraryInNamespace; - FindNamespaceByClassLoader; - FindNativeLoaderNamespaceByClassLoader; - CreateClassLoaderNamespace; - NativeLoaderFreeErrorMessage; + OpenNativeLibrary; # apex + CloseNativeLibrary; # apex + OpenNativeLibraryInNamespace; # apex + FindNamespaceByClassLoader; # apex + FindNativeLoaderNamespaceByClassLoader; # apex + CreateClassLoaderNamespace; # apex + NativeLoaderFreeErrorMessage; # apex local: *; }; diff --git a/sigchainlib/libsigchain.map.txt b/sigchainlib/libsigchain.map.txt index 02c20c717d..377662a89b 100644 --- a/sigchainlib/libsigchain.map.txt +++ b/sigchainlib/libsigchain.map.txt @@ -19,7 +19,7 @@ LIBSIGCHAIN_1 { # Export no symbols - the only external entry points are libc overrides. # Since this section cannot be empty for APEX stubs generation we provide a # phony entry. - LibsigchainNonexistentFunction; + LibsigchainNonexistentFunction; # apex local: *; }; |