summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2017-10-28 21:26:17 +0000
committerguenther <guenther@openbsd.org>2017-10-28 21:26:17 +0000
commit11a3128686aeba5e3a4b8a03d04a6dc7bb053557 (patch)
tree69e5cda83628d574bde4f068fe7a483b6a446c29 /lib/libc
parentIf the init_routine used with pthread_once() is canceled, then we need to (diff)
downloadwireguard-openbsd-11a3128686aeba5e3a4b8a03d04a6dc7bb053557.tar.xz
wireguard-openbsd-11a3128686aeba5e3a4b8a03d04a6dc7bb053557.zip
Eliminate some more linker generated symbols that aren't needed.
ok kettenis@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/Symbols.list6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/Symbols.list b/lib/libc/Symbols.list
index f595eebc6db..bdcc6e9faad 100644
--- a/lib/libc/Symbols.list
+++ b/lib/libc/Symbols.list
@@ -6,12 +6,8 @@
* static, or renamed it to have a leading underbar.
*/
-/* symbols that no one should be using currently */
-__data_start
-__bss_start
-_edata
+/* brk/sbrk need this so it can be overriden by the executable's value */
_end
-__end
/* sys */
__get_tcb