diff options
author | Arjun Shankar <arjun@redhat.com> | 2023-10-02 14:55:16 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2023-10-24 12:30:59 +0200 |
commit | 98b107e30848198e7128f80b38b406585f0317d6 (patch) | |
tree | 647f9ea8ec2d63136020411d6dcfef63cdfcf7ca /nss/Versions | |
parent | b121fdc552f392cd86b21f159dd3e3b998de91a3 (diff) | |
download | glibc-98b107e30848198e7128f80b38b406585f0317d6.tar glibc-98b107e30848198e7128f80b38b406585f0317d6.tar.gz glibc-98b107e30848198e7128f80b38b406585f0317d6.tar.bz2 glibc-98b107e30848198e7128f80b38b406585f0317d6.zip |
Remove 'gshadow' and merge into 'nss'
The majority of gshadow routines are entry points for nss functionality.
This commit removes the 'gshadow' subdirectory and moves all
functionality and tests to 'nss'. References to gshadow/ are
accordingly changed.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nss/Versions')
-rw-r--r-- | nss/Versions | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/nss/Versions b/nss/Versions index 5401829911..6204ac0af1 100644 --- a/nss/Versions +++ b/nss/Versions @@ -37,6 +37,25 @@ libc { # g* getgrouplist; } + GLIBC_2.10 { + # e* + endsgent; + + # f* + fgetsgent; fgetsgent_r; + + # g* + getsgent; getsgent_r; getsgnam; getsgnam_r; + + # p* + putsgent; + + # s* + setsgent; + + # s* + sgetsgent; sgetsgent_r; + } GLIBC_2.27 { } GLIBC_PRIVATE { |