From da74e90200dd19f2f40a47135759eab62e8bfce7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 11 Sep 1996 01:52:48 +0000 Subject: update from main archive 960910 Wed Sep 11 02:57:31 1996 Ulrich Drepper * configure.in: Quote $add_ons argument in loop to generated prefices. Tue Sep 10 20:43:45 1996 Ulrich Drepper * db/makedb.c: Include . Reported by Fila Kolodny. Tue Sep 10 13:49:08 1996 Ulrich Drepper * inet/herrno.c: Initialize `h_errno' so that we can provide alias. * Makefile (version-info.h): Fix typo in shell script. * sysdeps/i386/i586/strlen.S: Optimize startup code a bit. * sysdeps/i386/i586/strchr.S: Likewise. --- inet/herrno.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inet/herrno.c') diff --git a/inet/herrno.c b/inet/herrno.c index 312760e81d..d20c96cb3c 100644 --- a/inet/herrno.c +++ b/inet/herrno.c @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */ /* We need to have the error status variable of the resolver accessible in the libc. */ -int __h_errno; +int __h_errno = 0; strong_alias (__h_errno, h_errno) /* When threaded, h_errno may be a per-process variable. */ -- cgit v1.2.3