mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Rename PTRACE_SYSCALL to LINUX_PTRACE_SYSCALL.
Suggested by: kib
This commit is contained in:
parent
73a33477ca
commit
a5c6318fc3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302921
@ -69,7 +69,7 @@ __FBSDID("$FreeBSD$");
|
||||
#define PTRACE_ATTACH 16
|
||||
#define PTRACE_DETACH 17
|
||||
|
||||
#define PTRACE_SYSCALL 24
|
||||
#define LINUX_PTRACE_SYSCALL 24
|
||||
|
||||
#define PTRACE_GETREGS 12
|
||||
#define PTRACE_SETREGS 13
|
||||
@ -473,7 +473,7 @@ linux_ptrace(struct thread *td, struct linux_ptrace_args *uap)
|
||||
|
||||
break;
|
||||
}
|
||||
case PTRACE_SYSCALL:
|
||||
case LINUX_PTRACE_SYSCALL:
|
||||
/* fall through */
|
||||
default:
|
||||
printf("linux: ptrace(%u, ...) not implemented\n",
|
||||
|
Loading…
Reference in New Issue
Block a user