Use _brk() from DeforaOS libc

This commit is contained in:
Pierre Pronchery 2021-09-29 04:04:54 +02:00
parent af052c2002
commit 1a3de2c259

View File

@ -38,14 +38,6 @@ stack_top:
/* text */ /* text */
.section .text .section .text
/* brk */
.global _brk
.type _brk, @function
_brk:
xor %rax, %rax
ret
/* start */ /* start */
.global _start .global _start
.type _start, @function .type _start, @function