summaryrefslogtreecommitdiff
path: root/libc/sysdeps/i386/bits/linkmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/i386/bits/linkmap.h')
-rw-r--r--libc/sysdeps/i386/bits/linkmap.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/sysdeps/i386/bits/linkmap.h b/libc/sysdeps/i386/bits/linkmap.h
deleted file mode 100644
index 978d52621..000000000
--- a/libc/sysdeps/i386/bits/linkmap.h
+++ /dev/null
@@ -1,6 +0,0 @@
-struct link_map_machine
- {
- Elf32_Addr plt; /* Address of .plt + 0x16 */
- Elf32_Addr gotplt; /* Address of .got + 0x0c */
- void *tlsdesc_table; /* Address of TLS descriptor hash table. */
- };