blob: 3f0fd0aad67799a58bdd3edc9da918eb075adbc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/src/kernel_abi.h b/src/kernel_abi.h
index b17111833cd..fbb8514e410 100644
--- a/src/kernel_abi.h
+++ b/src/kernel_abi.h
@@ -750,7 +750,6 @@ struct BaseArch : public wordsize,
unsigned char c_line;
unsigned char c_cc[8];
};
- RR_VERIFY_TYPE(termio);
struct seccomp_notif_sizes {
uint16_t seccomp_notif;
|