aboutsummaryrefslogtreecommitdiff
path: root/include/gdb/callback.h
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2004-12-13 00:42:49 +0000
committerHans-Peter Nilsson <hp@axis.com>2004-12-13 00:42:49 +0000
commitd3ee64d1106d78c098b65ca0cb6ec68ca0c66490 (patch)
treea1b7dd1ab73dd4403adbde40937f13228a009a0f /include/gdb/callback.h
parent0d3cd463e38ed3e3f7ae27ca38c00170150a275f (diff)
downloadgdb-d3ee64d1106d78c098b65ca0cb6ec68ca0c66490.zip
gdb-d3ee64d1106d78c098b65ca0cb6ec68ca0c66490.tar.gz
gdb-d3ee64d1106d78c098b65ca0cb6ec68ca0c66490.tar.bz2
* callback.h (CB_SYS_rename): New macro.
Diffstat (limited to 'include/gdb/callback.h')
-rw-r--r--include/gdb/callback.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gdb/callback.h b/include/gdb/callback.h
index fbaef24..e5eb8d7 100644
--- a/include/gdb/callback.h
+++ b/include/gdb/callback.h
@@ -192,6 +192,7 @@ extern host_callback default_callback;
/* More standard syscalls. */
#define CB_SYS_lstat 19
+#define CB_SYS_rename 20
/* Struct use to pass and return information necessary to perform a
system call. */