* callback.h (CB_SYS_rename): New macro.
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user