summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbr <br@FreeBSD.org>2016-05-25 16:38:10 +0000
committerbr <br@FreeBSD.org>2016-05-25 16:38:10 +0000
commit03a8f3fe54fa20421ce5ada0b4e1aa0ec891fe10 (patch)
tree3639396424f23940cf894bc2658fe47dffc1a4d3 /lib
parent0bb4927e0cd15615ab53329a9f0e8403ab38e5fd (diff)
downloadFreeBSD-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.inc1
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
OpenPOWER on IntegriCloud