debug/ptrace: partial build fix on Linux
The definition for ptrace_event_t is still missing.
This commit is contained in:
parent
564303717d
commit
c0fb9eb6cd
|
@ -48,7 +48,8 @@
|
|||
typedef struct _DebuggerDebug PtraceDebug;
|
||||
|
||||
/* platform */
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__linux__) \
|
||||
|| defined(__NetBSD__)
|
||||
typedef int ptrace_data_t;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user