]> granicus.if.org Git - strace/blobdiff - tests/nsyscalls.c
tests: extend TEST_NETLINK_OBJECT macro
[strace] / tests / nsyscalls.c
index b4c0b461d684f673605c6a44973ab939dd5f55b1..d6b989c48b846411d8d04099fa4ff17037834de4 100644 (file)
@@ -2,6 +2,7 @@
  * Check decoding of out-of-range syscalls.
  *
  * Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2017 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -41,6 +42,9 @@
 #define TP 0
 #define TS 0
 #define TM 0
+#define TST 0
+#define TLST 0
+#define TFST 0
 #define TSTA 0
 #define TSF 0
 #define TFSF 0
@@ -50,7 +54,7 @@
 #define SI 0
 #define SE 0
 #define CST 0
-#define SEN(arg) 0,0
+#define SEN(arg) 0, 0
 
 static const struct_sysent syscallent[] = {
 #include "syscallent.h"