summaryrefslogtreecommitdiffstats
path: root/include/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/syscall.h')
-rw-r--r--include/syscall.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/syscall.h b/include/syscall.h
index 7410acc..e04ff85 100644
--- a/include/syscall.h
+++ b/include/syscall.h
@@ -38,7 +38,9 @@ enum
/*[first path][u8 funcid][second path]*/
INVOKE_UNTYPED_MERGE,
/*[target path][u8 funcid][size_t ret]*/
- INVOKE_UNTYPED_ALIGNMENT
+ INVOKE_UNTYPED_ALIGNMENT,
+ /*[target path][u8 funcid][u16 type]*/
+ INVOKE_UNTYPED_RETYPE,
};
#endif