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

Ákos Uzonyi uzonyi.akos at gmail.com
Thu Apr 16 22:04:12 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.

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 224cdbce..aec684d8 100644
--- a/sysent_shorthand_undefs.h
+++ b/sysent_shorthand_undefs.h
@@ -19,10 +19,13 @@
 #undef TSF
 #undef TFSF
 #undef TSFA
+#undef PU
 #undef NF
 #undef MA
 #undef SI
 #undef SE
 #undef CST
+#undef TSD
+#undef TC
 #undef TCL
 #undef SEN
-- 
2.26.1



More information about the Strace-devel mailing list