e: forgotten move to PT_GETSIGINGO.

SVN revision: 80408
This commit is contained in:
Cedric BAIL 2012-12-07 02:49:40 +00:00
parent d1581b714f
commit a97fb13810
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ main(int argc, char **argv)
#ifdef HAVE_SYS_PTRACE_H
if (!really_know)
r = ptrace(PTRACE_GETSIGINFO, child, NULL, &sig);
r = ptrace(PT_GETSIGINFO, child, NULL, &sig);
#endif
back = r == 0 &&
sig.si_signo != SIGTRAP ? sig.si_signo : 0;