aboutsummaryrefslogtreecommitdiff
path: root/include/gdb/callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gdb/callback.h')
-rw-r--r--include/gdb/callback.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gdb/callback.h b/include/gdb/callback.h
index e5eb8d7..cb06e57 100644
--- a/include/gdb/callback.h
+++ b/include/gdb/callback.h
@@ -193,6 +193,8 @@ extern host_callback default_callback;
/* More standard syscalls. */
#define CB_SYS_lstat 19
#define CB_SYS_rename 20
+#define CB_SYS_truncate 21
+#define CB_SYS_ftruncate 22
/* Struct use to pass and return information necessary to perform a
system call. */