]> granicus.if.org Git - strace/blobdiff - ptrace.h
tests/quotactl.h: document check_quota
[strace] / ptrace.h
index ce4fd9af3eac39c1bc6b43ba3e17ef00ffc447c6..6250547d5d58a3b488f67489d8e09c0557c3aab0 100644 (file)
--- a/ptrace.h
+++ b/ptrace.h
@@ -8,6 +8,7 @@
  * 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>
+ * Copyright (c) 2015-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 #ifndef PTRACE_SECCOMP_GET_FILTER
 # define PTRACE_SECCOMP_GET_FILTER     0x420c
 #endif
+#ifndef PTRACE_SECCOMP_GET_METADATA
+# define PTRACE_SECCOMP_GET_METADATA   0x420d
+#endif
 
 #if !HAVE_DECL_PTRACE_PEEKUSER
 # define PTRACE_PEEKUSER PTRACE_PEEKUSR