Skip to content
Snippets Groups Projects
Commit 1274cfb0 authored by Moe Jette's avatar Moe Jette
Browse files

Add test for ptrace64 (64-bit AIX version of ptrace).

parent 1081005f
No related branches found
No related tags found
No related merge requests found
...@@ -22,5 +22,7 @@ AC_DEFUN([X_AC_PTRACE], [ ...@@ -22,5 +22,7 @@ AC_DEFUN([X_AC_PTRACE], [
[ptrace(PT_TRACE_ME,0,0,0,0);], [ptrace(PT_TRACE_ME,0,0,0,0);],
[AC_DEFINE(PTRACE_FIVE_ARGS, 1, [AC_DEFINE(PTRACE_FIVE_ARGS, 1,
[Define to 1 if ptrace takes five arguments.])]) [Define to 1 if ptrace takes five arguments.])])
AC_CHECK_FUNCS(ptrace64, [], [])
]) ])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment