From a5fdf99b7c4d23acbc3d3f77f6c4d4456ff6006f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 21 Jan 2001 21:23:21 +0000 Subject: Update. 2000-12-09 H.J. Lu * nss/Makefile (routines): Add digits_dots. * nss/Versions (libc): Add __nss_hostname_digits_dots to GLIBC_2.2.2. * nss/digits_dots.c (__nss_hostname_digits_dots): Turn template into a function. * nss/nsswitch.h (__nss_hostname_digits_dots): New internal NSS function. * nss/getXXbyYY.c (H_ERRNO_VAR_P): New definition. (TYPE_VAR_P): Likewise. (FLAGS_VAR): Likewise. (AF_VAR_P): Likewise. (INTERNAL (REENTRANT_NAME)): Call __nss_hostname_digits_dots () instead of including digits_dots.c. * nss/getXXbyYY_r.c (H_ERRNO_VAR_P): New definition. (TYPE_VAR_P): Likewise. (FLAGS_VAR): Likewise. (AF_VAR_P): Likewise. (INTERNAL (REENTRANT_NAME)): Call __nss_hostname_digits_dots () instead of including digits_dots.c. --- nss/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nss/Versions') diff --git a/nss/Versions b/nss/Versions index 0a31a86..26115f2 100644 --- a/nss/Versions +++ b/nss/Versions @@ -5,6 +5,9 @@ libc { _nss_files_parse_grent; _nss_files_parse_pwent; _nss_files_parse_spent; __nss_database_lookup; __nss_configure_lookup; } + GLIBC_2.2.2 { + __nss_hostname_digits_dots; + } } libnss_files { -- cgit v1.1