diff options
Diffstat (limited to 'usr/src/lib/libc/sparc')
-rw-r--r-- | usr/src/lib/libc/sparc/mapfile-vers-aux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libc/sparc/mapfile-vers-aux b/usr/src/lib/libc/sparc/mapfile-vers-aux index 5184d84744..9465efdfa6 100644 --- a/usr/src/lib/libc/sparc/mapfile-vers-aux +++ b/usr/src/lib/libc/sparc/mapfile-vers-aux @@ -38,7 +38,7 @@ # SYSVABI_1.3 { - protected: + global: memcmp = AUXILIARY /platform/$PLATFORM/lib/libc_psr.so.1; memcpy = AUXILIARY /platform/$PLATFORM/lib/libc_psr.so.1; memmove = AUXILIARY /platform/$PLATFORM/lib/libc_psr.so.1; @@ -46,7 +46,7 @@ SYSVABI_1.3 { }; SUNWprivate_1.1 { - protected: + global: _memcmp = AUXILIARY /platform/$PLATFORM/lib/libc_psr.so.1; _memcpy = AUXILIARY /platform/$PLATFORM/lib/libc_psr.so.1; _memcpy = NODYNSORT; |