OSDN Git Service

* callback.h (CB_SYS_rename): New macro.
authorhp <hp>
Mon, 13 Dec 2004 00:42:49 +0000 (00:42 +0000)
committerhp <hp>
Mon, 13 Dec 2004 00:42:49 +0000 (00:42 +0000)
include/gdb/ChangeLog
include/gdb/callback.h

index d9654a7..a57c1cc 100644 (file)
@@ -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>
 
index fbaef24..e5eb8d7 100644 (file)
@@ -192,6 +192,7 @@ extern host_callback default_callback;
 
 /* More standard syscalls.  */
 #define CB_SYS_lstat    19
+#define CB_SYS_rename  20
 \f
 /* Struct use to pass and return information necessary to perform a
    system call.  */