Page MenuHomeFreeBSD

D42914.diff
No OneTemporary

D42914.diff

diff --git a/lib/libc/aarch64/sys/Makefile.inc b/lib/libc/aarch64/sys/Makefile.inc
--- a/lib/libc/aarch64/sys/Makefile.inc
+++ b/lib/libc/aarch64/sys/Makefile.inc
@@ -6,6 +6,3 @@
MDASM= cerror.S \
syscall.S \
vfork.S
-
-# Don't generate default code for these syscalls:
-NOASM+= vfork.o
diff --git a/lib/libc/amd64/sys/Makefile.inc b/lib/libc/amd64/sys/Makefile.inc
--- a/lib/libc/amd64/sys/Makefile.inc
+++ b/lib/libc/amd64/sys/Makefile.inc
@@ -5,6 +5,3 @@
amd64_set_gsbase.c
MDASM= vfork.S cerror.S getcontext.S
-
-# Don't generate default code for these syscalls:
-NOASM+= vfork.o
diff --git a/lib/libc/riscv/sys/Makefile.inc b/lib/libc/riscv/sys/Makefile.inc
--- a/lib/libc/riscv/sys/Makefile.inc
+++ b/lib/libc/riscv/sys/Makefile.inc
@@ -4,6 +4,3 @@
MDASM= cerror.S \
syscall.S \
vfork.S
-
-# Don't generate default code for these syscalls:
-NOASM+= vfork.o

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 7, 6:44 AM (20 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16507341
Default Alt Text
D42914.diff (879 B)

Event Timeline