aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/tlsdesc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/tlsdesc.c')
-rw-r--r--sysdeps/i386/tlsdesc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/tlsdesc.c b/sysdeps/i386/tlsdesc.c
index ef4a1dd..19a8788 100644
--- a/sysdeps/i386/tlsdesc.c
+++ b/sysdeps/i386/tlsdesc.c
@@ -261,7 +261,7 @@ _dl_unmap (struct link_map *map)
{
_dl_unmap_segments (map);
-#if SHARED
+#ifdef SHARED
if (map->l_mach.tlsdesc_table)
htab_delete (map->l_mach.tlsdesc_table);
#endif