mirror of git://sourceware.org/git/glibc.git
aarch64/sys/ptrace.h: fix typo in comment
* sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (enum __ptrace_request): Fix typo in comment.
This commit is contained in:
parent
60e2846e26
commit
68dc02d1dc
|
|
@ -1,5 +1,8 @@
|
|||
2017-08-09 Dmitry V. Levin <ldv@altlinux.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (enum __ptrace_request):
|
||||
Fix typo in comment.
|
||||
|
||||
[BZ #21928]
|
||||
* sysdeps/unix/sysv/linux/sys/ptrace.h (enum __ptrace_flags,
|
||||
PTRACE_SEIZE_DEVEL): Remove.
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ enum __ptrace_request
|
|||
PTRACE_SEIZE = 0x4206,
|
||||
#define PTRACE_SEIZE PTRACE_SEIZE
|
||||
|
||||
/* Trap seized trace. */
|
||||
/* Trap seized tracee. */
|
||||
PTRACE_INTERRUPT = 0x4207,
|
||||
#define PTRACE_INTERRUPT PTRACE_INTERRUPT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue