]> granicus.if.org Git - strace/blobdiff - ptrace.h
Print struct iovec as a regular structure
[strace] / ptrace.h
index d8af9760170a9d2ab4003f74cea7226847d51309..2e7d5e32b63c86e9018e4115669f4021ff09d8d7 100644 (file)
--- a/ptrace.h
+++ b/ptrace.h
@@ -5,7 +5,7 @@
  * Copyright (c) 2004 Roland McGrath <roland@redhat.com>
  * Copyright (c) 2010 Wang Chao <wang.chao@cn.fujitsu.com>
  * Copyright (c) 2011-2013 Denys Vlasenko <vda.linux@googlemail.com>
- * Copyright (c) 2011-2015 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2011-2016 Dmitry V. Levin <ldv@altlinux.org>
  * Copyright (c) 2013 Ali Polatel <alip@exherbo.org>
  * Copyright (c) 2015 Mike Frysinger <vapier@gentoo.org>
  * All rights reserved.
@@ -162,6 +162,9 @@ extern long ptrace(int, int, char *, long);
 #ifndef PTRACE_SETSIGMASK
 # define PTRACE_SETSIGMASK     0x420b
 #endif
+#ifndef PTRACE_SECCOMP_GET_FILTER
+# define PTRACE_SECCOMP_GET_FILTER     0x420c
+#endif
 
 #if !HAVE_DECL_PTRACE_PEEKUSER
 # define PTRACE_PEEKUSER PTRACE_PEEKUSR