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:
@ -1,3 +1,7 @@
|
|||||||
|
2000-07-06 Greg McGary <greg@mcgary.org>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sys/ptrace.h (PT_SYSCALL): Fix LHS.
|
||||||
|
|
||||||
2000-07-06 Andreas Jaeger <aj@suse.de>
|
2000-07-06 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path):
|
* sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path):
|
||||||
|
@ -110,7 +110,7 @@ enum __ptrace_request
|
|||||||
|
|
||||||
/* Continue and stop at the next (return from) syscall. */
|
/* Continue and stop at the next (return from) syscall. */
|
||||||
PTRACE_SYSCALL = 24
|
PTRACE_SYSCALL = 24
|
||||||
#define PTRACE_SYSCALL PTRACE_SYSCALL
|
#define PT_SYSCALL PTRACE_SYSCALL
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Perform process tracing functions. REQUEST is one of the values
|
/* Perform process tracing functions. REQUEST is one of the values
|
||||||
|
Reference in New Issue
Block a user