Rename sys_ptrace_lwpstatus.c to sys_process_lwpstatus.c
Keep the names of functions internally as ptrace intact as this code is shared with core_elf32.c that already reaches ptrace(2) specifc symbols. No functional change intended.
This commit is contained in:
parent
2564971ebf
commit
71b1583f64
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.kern,v 1.41 2019/12/26 08:52:38 kamil Exp $
|
||||
# $NetBSD: files.kern,v 1.42 2020/01/04 03:46:19 kamil Exp $
|
||||
|
||||
#
|
||||
# kernel sources
|
||||
@ -161,9 +161,9 @@ file kern/sys_mqueue.c mqueue
|
||||
file kern/sys_lwp.c kern
|
||||
file kern/sys_pipe.c !pipe_socketpair
|
||||
file kern/sys_process.c ptrace_hooks | ktrace
|
||||
file kern/sys_process_lwpstatus.c kern
|
||||
file kern/sys_ptrace.c ptrace
|
||||
file kern/sys_ptrace_common.c ptrace
|
||||
file kern/sys_ptrace_lwpstatus.c kern
|
||||
file kern/sys_pset.c kern
|
||||
file kern/sys_select.c kern
|
||||
file kern/sys_sig.c kern
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sys_ptrace_lwpstatus.c,v 1.1 2019/12/26 08:52:38 kamil Exp $ */
|
||||
/* $NetBSD: sys_process_lwpstatus.c,v 1.1 2020/01/04 03:46:19 kamil Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2019 The NetBSD Foundation, Inc.
|
||||
@ -27,19 +27,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: sys_ptrace_lwpstatus.c,v 1.1 2019/12/26 08:52:38 kamil Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_ptrace.h"
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_pax.h"
|
||||
#include "opt_compat_netbsd32.h"
|
||||
#endif
|
||||
|
||||
#if defined(__HAVE_COMPAT_NETBSD32) && !defined(COMPAT_NETBSD32) \
|
||||
&& !defined(_RUMPKERNEL)
|
||||
#define COMPAT_NETBSD32
|
||||
#endif
|
||||
__KERNEL_RCSID(0, "$NetBSD: sys_process_lwpstatus.c,v 1.1 2020/01/04 03:46:19 kamil Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
Loading…
Reference in New Issue
Block a user