summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/dl-sysdep.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-27 05:42:42 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-05-10 11:49:07 +0800
commit4211729d73bfade729179f60f47c478f3774be50 (patch)
tree8e47eb2f36f8488a6d93ca363f81cec67a2861fe /sysdeps/mach/hurd/dl-sysdep.c
parent67dca093af018e2c1859778462318bb829a58762 (diff)
Move errno to TLS
* sysdeps/mach/hurd/errno-loc.c: Remove file. * sysdeps/mach/hurd/errno.c: Remove file. * sysdeps/mach/hurd/dl-sysdep.c (errno): Remove variable. Conflicts: sysdeps/mach/hurd/errno-loc.c
Diffstat (limited to 'sysdeps/mach/hurd/dl-sysdep.c')
-rw-r--r--sysdeps/mach/hurd/dl-sysdep.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index d928cd2478..da3d44e231 100644
--- a/sysdeps/mach/hurd/dl-sysdep.c
+++ b/sysdeps/mach/hurd/dl-sysdep.c
@@ -61,10 +61,6 @@ hp_timing_t _dl_cpuclock_offset;
struct hurd_startup_data *_dl_hurd_data;
-/* This is used only within ld.so, via dl-minimal.c's __errno_location. */
-#undef errno
-int errno attribute_hidden;
-
/* Defining these variables here avoids the inclusion of hurdsig.c. */
unsigned long int __hurd_sigthread_stack_base;
unsigned long int __hurd_sigthread_stack_end;