mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
libc: don't needlessly add vfork.o to NOASM
For architectures where vfork.S was named Ovfork.S this was needed, but it was always pointless here as an entry in either MDASM or NOASM is equivalent. Reviewed by: kib Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D42914
This commit is contained in:
parent
0ea469bcd5
commit
ec27c0bb3e
3 changed files with 0 additions and 9 deletions
|
|
@ -6,6 +6,3 @@ SRCS+= __vdso_gettc.c \
|
|||
MDASM= cerror.S \
|
||||
syscall.S \
|
||||
vfork.S
|
||||
|
||||
# Don't generate default code for these syscalls:
|
||||
NOASM+= vfork.o
|
||||
|
|
|
|||
|
|
@ -5,6 +5,3 @@ SRCS+= \
|
|||
amd64_set_gsbase.c
|
||||
|
||||
MDASM= vfork.S cerror.S getcontext.S
|
||||
|
||||
# Don't generate default code for these syscalls:
|
||||
NOASM+= vfork.o
|
||||
|
|
|
|||
|
|
@ -4,6 +4,3 @@ SRCS+= __vdso_gettc.c \
|
|||
MDASM= cerror.S \
|
||||
syscall.S \
|
||||
vfork.S
|
||||
|
||||
# Don't generate default code for these syscalls:
|
||||
NOASM+= vfork.o
|
||||
|
|
|
|||
Loading…
Reference in a new issue