mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
linux: mv sys/i386/linux/linux_ptrace{,_machdep}.c
In preparation for machine-independent sys/compat/linux/linux_ptrace.c, rename the i386-specific Linux ptrace(2) implementation. No functional changes. Sponsored By: EPSRC Differential Revision: https://reviews.freebsd.org/D32757
This commit is contained in:
parent
91be6286e2
commit
4dfd612286
2 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ SRCS+= opt_apic.h
|
|||
OBJS= linux${SFX}_vdso.so
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "i386"
|
||||
SRCS+= linux_ptrace.c imgact_linux.c linux_util.c linux_mib.c linux_mmap.c \
|
||||
linux_dummy.c linux_emul.c linux_errno.c opt_cpu.h linux.c
|
||||
SRCS+= linux_ptrace_machdep.c imgact_linux.c linux_util.c linux_mib.c \
|
||||
linux_mmap.c linux_dummy.c linux_emul.c linux_errno.c opt_cpu.h linux.c
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "i386"
|
||||
|
|
|
|||
Loading…
Reference in a new issue