diff options
author | Arjun Shankar <arjun@redhat.com> | 2023-10-02 14:55:17 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2023-10-24 12:30:59 +0200 |
commit | 0ac35d181edd38563f95c3b38e74476bfbff76d3 (patch) | |
tree | 7f0cdb954a8d458a895d3aa138882b79397381d6 /pwd/Versions | |
parent | 98b107e30848198e7128f80b38b406585f0317d6 (diff) | |
download | glibc-0ac35d181edd38563f95c3b38e74476bfbff76d3.tar glibc-0ac35d181edd38563f95c3b38e74476bfbff76d3.tar.gz glibc-0ac35d181edd38563f95c3b38e74476bfbff76d3.tar.bz2 glibc-0ac35d181edd38563f95c3b38e74476bfbff76d3.zip |
Remove 'pwd' and merge into 'nss'
The majority of pwd routines are entry points for nss functionality.
This commit removes the 'pwd' subdirectory and moves all functionality
and tests to 'nss'. References to pwd/ are accordingly changed.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'pwd/Versions')
-rw-r--r-- | pwd/Versions | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pwd/Versions b/pwd/Versions deleted file mode 100644 index b56970019a..0000000000 --- a/pwd/Versions +++ /dev/null @@ -1,19 +0,0 @@ -libc { - GLIBC_2.0 { - # e* - endpwent; - - # f* - fgetpwent; fgetpwent_r; - - # g* - getpw; getpwent; getpwent_r; getpwnam; getpwnam_r; getpwuid; getpwuid_r; - - # p* - putpwent; setpwent; - } - GLIBC_2.1.2 { - # g* - getpwent_r; getpwuid_r; getpwnam_r; - } -} |