Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 e5eb8d7dd..cb06e572a 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. */