From: Dmitry V. Levin Date: Tue, 14 Dec 2010 00:02:35 +0000 (+0000) Subject: Fix build on uClibc X-Git-Tag: v4.6~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=696381ec63ec200c5211643e4a4324d58b3031c4;p=strace Fix build on uClibc * defs.h [LINUX]: Define PTRACE_GETEVENTMSG macro. Patch by Douglas Mencken . --- diff --git a/defs.h b/defs.h index 7a7a071b..0f516b6e 100644 --- a/defs.h +++ b/defs.h @@ -312,6 +312,9 @@ extern int mp_ioctl (int f, int c, void *a, int s); # ifndef PTRACE_SETOPTIONS # define PTRACE_SETOPTIONS 0x4200 # endif +# ifndef PTRACE_GETEVENTMSG +# define PTRACE_GETEVENTMSG 0x4201 +# endif # ifndef PTRACE_O_TRACEFORK # define PTRACE_O_TRACEFORK 0x00000002 # endif