diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2004-12-13 00:42:49 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2004-12-13 00:42:49 +0000 |
commit | d3ee64d1106d78c098b65ca0cb6ec68ca0c66490 (patch) | |
tree | a1b7dd1ab73dd4403adbde40937f13228a009a0f /include/gdb/callback.h | |
parent | 0d3cd463e38ed3e3f7ae27ca38c00170150a275f (diff) | |
download | gdb-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.h | 1 |
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. */ |