diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-08-11 07:25:02 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-08-11 07:25:02 -0700 |
commit | c3e2f19bb995a0281f4cc56ad81bd67a5404dde6 (patch) | |
tree | 5bdbd8e1cb8119cd07cb48c60ef4f383c6b2d875 /shlib-versions | |
parent | f15ce4d8dc139523fe0c273580b604b2453acba6 (diff) | |
download | glibc-c3e2f19bb995a0281f4cc56ad81bd67a5404dde6.tar.gz glibc-c3e2f19bb995a0281f4cc56ad81bd67a5404dde6.tar.xz glibc-c3e2f19bb995a0281f4cc56ad81bd67a5404dde6.zip |
Add self-contained test for NSS.
While at it fix interaction between __nss_configure_lookup and nscd. Otherwise the test fails if nscd is runnung.
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shlib-versions b/shlib-versions index 65e772bbb5..d3e8407522 100644 --- a/shlib-versions +++ b/shlib-versions @@ -114,6 +114,10 @@ alpha.*-.*-linux.* libresolv=2.1 .*-.*-.* libnss_ldap=2 .*-.*-.* libnss_hesiod=2 +# Tests for NSS. They must have the same NSS_SHLIB_REVISION number as +# the rest. +.*-.*-.* libnss_test1=2 + # Version for libnsl with YP and NIS+ functions. alpha.*-.*-linux.* libnsl=1.1 .*-.*-.* libnsl=1 |