aboutgitcodelistschat:MatrixIRC
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h
index a587665..4b59e77 100644
--- a/common/util.h
+++ b/common/util.h
@@ -128,5 +128,6 @@ void debug(const char *format, ...);
-1)
#define BITS_PER_NUM(n) (const_ilog2(n) + 1)
-
+#define N_SYSCALL 512
+extern const char *syscall_name_str[N_SYSCALL + 1];
#endif /* UTIL_H */