From 03e4219e7783eaa6d5cf1b02a79e00b857185e55 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 19 Feb 1998 18:52:30 +0000 Subject: Update. 1998-02-19 Ulrich Drepper * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition. 1998-02-19 17:16 Ulrich Drepper * libc.map: More reordering for GLIBC_2.1 symbols. 1998-02-19 Andreas Jaeger * libc.map: Move some functions from version GLIBC_2.0 to GLIBC_2.1, reorder declarations. 1998-02-19 Ulrich Drepper * resolv/gethnamaddr.c (addrsort): Make this function extern. Patch by zab@thebrain.grumblesmurf.net. 1998-02-19 Thorsten Kukuk * nis/libnsl.map: NIS+ support is new in glibc 2.1, add NIS+ functions with version GLIBC_2.1. 1998-02-19 14:05 Ulrich Drepper * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility with 2.0 binaries. Reported by Thorsten Kukuk. 1998-02-19 Andreas Jaeger * elf/dlvsym.c (dlvsym_doit): Correct last patch. * elf/dlsym.c (dlsym_doit): Likewise. 1998-02-19 Andreas Jaeger * elf/link.h: Correct typos. * iconv/iconv_prog.c: Correct typo. * elf/dl-open.c (_dl_open): Assign correct value to new->l_global. --- resolv/gethnamaddr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resolv/gethnamaddr.c') diff --git a/resolv/gethnamaddr.c b/resolv/gethnamaddr.c index 7352ed8871..4c8180fca8 100644 --- a/resolv/gethnamaddr.c +++ b/resolv/gethnamaddr.c @@ -114,7 +114,7 @@ static void map_v4v6_address __P((const char *src, char *dst)); static void map_v4v6_hostent __P((struct hostent *hp, char **bp, int *len)); #ifdef RESOLVSORT -static void addrsort __P((char **, int)); +extern void addrsort __P((char **, int)); #endif #if PACKETSZ > 1024 @@ -885,7 +885,7 @@ map_v4v6_hostent(hp, bpp, lenp) } #ifdef RESOLVSORT -static void +extern void addrsort(ap, num) char **ap; int num; -- cgit v1.2.3