mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-04 04:52:17 +02:00
Remove duplicate check for PTRACE_CONT
This symbol was being checked twice during configuration. Signed-off-by: Zachary T Welch <zwelch@codesourcery.com>
This commit is contained in:
parent
c9e378b281
commit
10afcf3896
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ AC_CHECK_TYPES([sighandler_t], [], [],
|
|||
#endif
|
||||
])
|
||||
|
||||
AC_CHECK_DECLS([PTRACE_POKEUSER, PTRACE_POKEDATA, PTRACE_CONT,
|
||||
AC_CHECK_DECLS([PTRACE_POKEUSER, PTRACE_POKEDATA,
|
||||
PTRACE_TRACEME, PTRACE_CONT, PTRACE_SINGLESTEP,
|
||||
PTRACE_SYSCALL, PT_IO, PT_GETREGS,
|
||||
PT_GETFPREGS, PT_CONTINUE, PT_TRACE_ME,
|
||||
|
|
Loading…
Add table
Reference in a new issue