mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 08:37:38 +01:00
Fix PTRACE_SINGLESTEP typo.
Use correct spelling of PTRACE_SINGLESTEP symbol, so test suite coverage works as intended. Signed-off-by: Zachary T Welch <zwelch@codesourcery.com>
This commit is contained in:
parent
982d590ddb
commit
92345bf752
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ AC_CHECK_TYPES([sighandler_t], [], [],
|
|||
])
|
||||
|
||||
AC_CHECK_DECLS([PTRACE_POKEUSER, PTRACE_POKEDATA, PTRACE_CONT,
|
||||
PTRACE_TRACEME, PTRACE_CONT, PTRACE_SIGNLESTEP,
|
||||
PTRACE_TRACEME, PTRACE_CONT, PTRACE_SINGLESTEP,
|
||||
PTRACE_SYSCALL, PT_IO, PT_GETREGS,
|
||||
PT_GETFPREGS, PT_CONTINUE, PT_TRACE_ME,
|
||||
PT_STEP, PT_SYSCALL], [], [],
|
||||
|
|
Loading…
Reference in a new issue