libc: rename arm and i386 Ovfork.S to vfork.S

While this has been Ovfork.S forever on i386 it differs from other
syscalls that require wrappers for no obvious reason so fix that.

Reviewed by:	kib
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D42909
This commit is contained in:
Brooks Davis 2023-12-06 20:47:50 +00:00
parent 6f048e7130
commit 0ea469bcd5
4 changed files with 2 additions and 7 deletions

View file

@ -1,7 +1,4 @@
SRCS+= __vdso_gettc.c \
sched_getcpu_gen.c
MDASM= Ovfork.S cerror.S syscall.S
# Don't generate default code for these syscalls:
NOASM+= vfork.o
MDASM= vfork.S cerror.S syscall.S

View file

@ -2,9 +2,7 @@ SRCS+= i386_get_fsbase.c i386_get_gsbase.c i386_get_ioperm.c i386_get_ldt.c \
i386_set_fsbase.c i386_set_gsbase.c i386_set_ioperm.c i386_set_ldt.c \
i386_clr_watch.c i386_set_watch.c i386_vm86.c
MDASM= Ovfork.S cerror.S getcontext.S syscall.S
NOASM+= vfork.o
MDASM= vfork.S cerror.S getcontext.S syscall.S
MAN+= i386_get_ioperm.2 i386_get_ldt.2 i386_vm86.2
MAN+= i386_set_watch.3