Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109527330
D42914.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
879 B
Referenced Files
None
Subscribers
None
D42914.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D42914: libc: don't needlessly add vfork.o to NOASM
Attached
Detach File
Event Timeline
Log In to Comment