svn commit: r300689 - head/lib/libc/riscv/sys

Ruslan Bukin br at FreeBSD.org
Wed May 25 16:38:11 UTC 2016


Author: br
Date: Wed May 25 16:38:10 2016
New Revision: 300689
URL: https://svnweb.freebsd.org/changeset/base/300689

Log:
  Do not generate code for sbrk syscall -- sbrk support was removed.
  
  Pointed out by:	andrew

Modified:
  head/lib/libc/riscv/sys/Makefile.inc

Modified: head/lib/libc/riscv/sys/Makefile.inc
==============================================================================
--- head/lib/libc/riscv/sys/Makefile.inc	Wed May 25 16:04:50 2016	(r300688)
+++ head/lib/libc/riscv/sys/Makefile.inc	Wed May 25 16:38:10 2016	(r300689)
@@ -15,6 +15,7 @@ NOASM=	break.o \
 	exit.o \
 	getlogin.o \
 	openbsd_poll.o \
+	sbrk.o \
 	sstk.o \
 	vfork.o \
 	yield.o


More information about the svn-src-head mailing list