Rename PTRACE_SYSCALL to LINUX_PTRACE_SYSCALL.

Suggested by:	kib
This commit is contained in:
John Baldwin 2016-07-16 00:54:46 +00:00
parent 73a33477ca
commit a5c6318fc3

View file

@ -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",