pupy/client/sources-linux/fixes.h

12 lines
139 B
C

#ifndef ___FIXES_H
#define ___FIXES_H
#include <sys/ptrace.h>
#ifndef PTRACE_GETSIGINFO
#define PTRACE_GETSIGINFO 0x4202
#endif
#endif