diff options
Diffstat (limited to 'elf/libdl.map')
-rw-r--r-- | elf/libdl.map | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/elf/libdl.map b/elf/libdl.map deleted file mode 100644 index 4bd2145a47..0000000000 --- a/elf/libdl.map +++ /dev/null @@ -1,7 +0,0 @@ -GLIBC_2.0 { - global: - dladdr; dlclose; dlerror; dlopen; dlsym; dlvsym; - - local: - *; -}; |