[PATCH v2 1/3] sysent_shorthand_undefs.h: add missing undefs

Ákos Uzonyi uzonyi.akos at gmail.com
Fri Apr 17 09:46:54 UTC 2020


Add undefs that were missing from sysent_shorthand_undefs.h
(mirroring defs in sysent_shorthand_defs.h).

* sysent_shorthand_undefs.h (PU): Add undef.
(TSD): Likewise.
(TC): Likewise.

Fixes: v4.21~29 "Add pure syscall flag"
Fixes: v5.3~36 "Add seccomp filter syscall flag"
Fixes: v5.5~100 "Implement %creds trace class"

Signed-off-by: Ákos Uzonyi <uzonyi.akos at gmail.com>
---
 sysent_shorthand_undefs.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysent_shorthand_undefs.h b/sysent_shorthand_undefs.h
index bc9ad131..fb5d6edb 100644
--- a/sysent_shorthand_undefs.h
+++ b/sysent_shorthand_undefs.h
@@ -19,9 +19,12 @@
 #undef TSF
 #undef TFSF
 #undef TSFA
+#undef PU
 #undef NF
 #undef MA
 #undef SI
 #undef SE
 #undef CST
+#undef TSD
+#undef TC
 #undef SEN
-- 
2.26.1



More information about the Strace-devel mailing list