diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-07-15 13:41:31 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-07-21 07:33:50 +0200 |
commit | bdee910e88006ae33dc83ac3d2c0708adb6627d0 (patch) | |
tree | c80cd50103ca8a413cccd589511abea88720e6b2 /nss/Versions | |
parent | d4b4586315974d2471486d41891aa9463a5838ad (diff) | |
download | glibc-bdee910e88006ae33dc83ac3d2c0708adb6627d0.zip glibc-bdee910e88006ae33dc83ac3d2c0708adb6627d0.tar.gz glibc-bdee910e88006ae33dc83ac3d2c0708adb6627d0.tar.bz2 |
nss: Add __nss_fgetent_r
And helper functions __nss_readline, __nss_readline_seek,
__nss_parse_line_result.
This consolidates common code for handling overlong lines and
parse files. Use the new functionality in internal_getent
in nss/nss_files/files-XXX.c.
Tested-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'nss/Versions')
-rw-r--r-- | nss/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/Versions b/nss/Versions index f489cb6..7170375 100644 --- a/nss/Versions +++ b/nss/Versions @@ -18,7 +18,7 @@ libc { __nss_passwd_lookup2; __nss_group_lookup2; __nss_hosts_lookup2; __nss_services_lookup2; __nss_next2; __nss_lookup; __nss_hash; __nss_database_lookup2; - __nss_files_fopen; + __nss_files_fopen; __nss_readline; __nss_parse_line_result; } } |