aboutgitcodelistschat:MatrixIRC
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index 1367c0d..61fb3fe 100644
--- a/common/util.h
+++ b/common/util.h
@@ -130,6 +130,7 @@ void debug(const char *format, ...);
#define BITS_PER_NUM(n) (const_ilog2(n) + 1)
#define N_SYSCALL 512
extern const char *syscall_name_str[N_SYSCALL + 1];
+const char *syscall_name(long nr);
#define ret_clone_err(c, ...) \
do { \