diff options
Diffstat (limited to 'inet')
-rw-r--r-- | inet/herrno.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inet/herrno.c b/inet/herrno.c index f0fd7f7ea5..4eac42ed46 100644 --- a/inet/herrno.c +++ b/inet/herrno.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -21,6 +21,7 @@ /* We need to have the error status variable of the resolver accessible in the libc. */ int h_errno = 0; +weak_alias (h_errno, _h_errno) /* When threaded, h_errno may be a per-process variable. */ int * |