]> granicus.if.org Git - strace/commitdiff
Remove QUAL_SIGNAL, QUAL_READ and QUAL_WRITE
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 24 Aug 2017 18:24:16 +0000 (18:24 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 24 Aug 2017 18:24:16 +0000 (18:24 +0000)
Remove these flags that are unused since commit v4.15~26.
They might be introduced later with a different meaning.

* defs.h (QUAL_SIGNAL, QUAL_READ, QUAL_WRITE): Remove.

defs.h

diff --git a/defs.h b/defs.h
index 92cde26ed527624ec3a88c87ae3bed5b4956130a..4aa34a88d11bce5163d38eb1043be78e78dfeb62 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -253,9 +253,6 @@ struct tcb {
 #define QUAL_VERBOSE   0x004   /* decode the structures of this syscall */
 #define QUAL_RAW       0x008   /* print all args in hex for this syscall */
 #define QUAL_INJECT    0x010   /* tamper with this system call on purpose */
-#define QUAL_SIGNAL    0x100   /* report events with this signal */
-#define QUAL_READ      0x200   /* dump data read from this file descriptor */
-#define QUAL_WRITE     0x400   /* dump data written to this file descriptor */
 
 #define DEFAULT_QUAL_FLAGS (QUAL_TRACE | QUAL_ABBREV | QUAL_VERBOSE)