mirror of https://github.com/n1nj4sec/pupy.git
12 lines
139 B
C
12 lines
139 B
C
|
#ifndef ___FIXES_H
|
||
|
#define ___FIXES_H
|
||
|
|
||
|
|
||
|
#include <sys/ptrace.h>
|
||
|
|
||
|
#ifndef PTRACE_GETSIGINFO
|
||
|
#define PTRACE_GETSIGINFO 0x4202
|
||
|
#endif
|
||
|
|
||
|
#endif
|