diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-16 00:20:22 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-16 00:20:22 +0000 |
commit | 726b116dcac3d23fe05dca083c5412a595be8637 (patch) | |
tree | 567a6099c024db07414c8cd3242f975a64ee9287 /libc/inet/herror.c | |
parent | 0d212a2b26a764bba1c8220ee84547247bd78ad8 (diff) |
some global data relocs gone
Diffstat (limited to 'libc/inet/herror.c')
-rw-r--r-- | libc/inet/herror.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/herror.c b/libc/inet/herror.c index cfcf0e23a..063f6e93e 100644 --- a/libc/inet/herror.c +++ b/libc/inet/herror.c @@ -24,6 +24,7 @@ #include <netdb.h> libc_hidden_proto(fprintf) +libc_hidden_proto(__h_errno_location) static const char *error_msg = "Resolver error"; static const char *const h_errlist[] = { |