diff options
author | br <br@FreeBSD.org> | 2016-05-25 16:38:10 +0000 |
---|---|---|
committer | br <br@FreeBSD.org> | 2016-05-25 16:38:10 +0000 |
commit | 03a8f3fe54fa20421ce5ada0b4e1aa0ec891fe10 (patch) | |
tree | 3639396424f23940cf894bc2658fe47dffc1a4d3 /lib | |
parent | 0bb4927e0cd15615ab53329a9f0e8403ab38e5fd (diff) | |
download | FreeBSD-src-03a8f3fe54fa20421ce5ada0b4e1aa0ec891fe10.zip FreeBSD-src-03a8f3fe54fa20421ce5ada0b4e1aa0ec891fe10.tar.gz |
Do not generate code for sbrk syscall -- sbrk support was removed.
Pointed out by: andrew
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/riscv/sys/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/riscv/sys/Makefile.inc b/lib/libc/riscv/sys/Makefile.inc index 331b37a..4332596 100644 --- a/lib/libc/riscv/sys/Makefile.inc +++ b/lib/libc/riscv/sys/Makefile.inc @@ -15,6 +15,7 @@ NOASM= break.o \ exit.o \ getlogin.o \ openbsd_poll.o \ + sbrk.o \ sstk.o \ vfork.o \ yield.o |