mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* gdb_ptrace.h: Fix typos when checking for PT_ATTACH. Reported
by Chad Harrington <harrington.chad@gmail.com>.
This commit is contained in:
@ -92,8 +92,8 @@
|
||||
|
||||
/* Not all systems support attaching and detaching. */
|
||||
|
||||
#ifndef PT_ATTCH
|
||||
# ifdef PTRACE_DETACH
|
||||
#ifndef PT_ATTACH
|
||||
# ifdef PTRACE_ATTACH
|
||||
# define PT_ATTACH PTRACE_ATTACH
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user