1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* sysdeps/unix/sysv/linux/sys/ptrace.h (PT_SYSCALL): Fix LHS.

2000-07-06  Greg McGary  <greg@mcgary.org>

	* sysdeps/unix/sysv/linux/sys/ptrace.h (PT_SYSCALL): Fix LHS.
This commit is contained in:
Greg McGary
2000-07-06 16:58:19 +00:00
parent 71cebc12d3
commit 1055cf7c60
2 changed files with 5 additions and 1 deletions

View File

@ -110,7 +110,7 @@ enum __ptrace_request
/* Continue and stop at the next (return from) syscall. */
PTRACE_SYSCALL = 24
#define PTRACE_SYSCALL PTRACE_SYSCALL
#define PT_SYSCALL PTRACE_SYSCALL
};
/* Perform process tracing functions. REQUEST is one of the values