diff options
Diffstat (limited to 'lib/libc/Symbols.list')
-rw-r--r-- | lib/libc/Symbols.list | 6 |
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 |