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:
authorHans-Peter Nilsson <hp@axis.com>2004-12-13 03:42:49 +0300
committerHans-Peter Nilsson <hp@axis.com>2004-12-13 03:42:49 +0300
commit4e96a0a0a1ef3a03e804784cfa6b050b9f97e0ea (patch)
tree4ef66008e07d07c9c17fba2889ae095ebe8a26c9 /include/gdb
parent716f334bcedcad1fefdb072dd1b37a7b24a83576 (diff)
* callback.h (CB_SYS_rename): New macro.
Diffstat (limited to 'include/gdb')
-rw-r--r--include/gdb/ChangeLog3
-rw-r--r--include/gdb/callback.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog
index d9654a793..a57c1cc71 100644
--- a/include/gdb/ChangeLog
+++ b/include/gdb/ChangeLog
@@ -1,7 +1,8 @@
-2004-12-13 Hans-Peter Nilsson <hp@axis.com>
+2004-12-13 Hans-Peter Nilsson <hp@bitrange.com>
* callback.h (struct host_callback_struct): New member lstat.
(CB_SYS_lstat): New macro.
+ (CB_SYS_rename): New macro.
2004-09-08 Michael Snyder <msnyder@redhat.com>
diff --git a/include/gdb/callback.h b/include/gdb/callback.h
index fbaef249d..e5eb8d7dd 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. */