diff options
Diffstat (limited to 'inet')
-rw-r--r-- | inet/herrno.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/inet/herrno.c b/inet/herrno.c index f0ee81b804..b85d75be53 100644 --- a/inet/herrno.c +++ b/inet/herrno.c @@ -34,9 +34,6 @@ extern __thread int __libc_h_errno __attribute__ ((alias ("h_errno"))) int h_errno = 0; weak_alias (h_errno, _h_errno) -/* This alias is needed by libpthread. */ -strong_alias (h_errno, __libc_h_errno) - /* We declare these with compat_symbol so that they are not visible at link time. Programs must use the accessor functions. */ # if defined HAVE_ELF && defined SHARED && defined DO_VERSIONING |