diff options
author | John Levon <john.levon@joyent.com> | 2020-08-13 15:27:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 15:27:11 +0100 |
commit | e63d036fd36b5642d5e199f7d9895d8d4eda6072 (patch) | |
tree | 0c177a62e8bd3796a7b530b7520fb0a4e7d0cd56 /exception_lists/interface_check | |
parent | a8ff5009e5f7ea544c79b60ea65577f19304ff0b (diff) | |
parent | 09f210323354e07890b312da9b4f5e33ae6b6df5 (diff) | |
download | illumos-joyent-sasinfo.tar.gz |
Merge branch 'master' into sasinfosasinfo
Diffstat (limited to 'exception_lists/interface_check')
-rw-r--r-- | exception_lists/interface_check | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/exception_lists/interface_check b/exception_lists/interface_check index 198e89e85a..d3c5d6075f 100644 --- a/exception_lists/interface_check +++ b/exception_lists/interface_check @@ -99,8 +99,3 @@ NONSTD_VERNAME ^usr/MACH(lib)/libtecla\.so\.1$ # These libc variants have an SONAME of libc\.so\.1$ NONSTD_VERNAME ^usr/MACH(lib)/libc/libc_hwcap[1-3]+\.so\.1$ - -# The ABI requires the SONAME for libsys.so.1 to be /usr/lib/ld.so.1 -# That means that the base version will also be /usr/lib/ld.so.1, which -# is non-standard. -NONSTD_VERNAME ^usr/lib/libsys\.so\.1$ |