* callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
This commit is contained in:
parent
deaac1f7e7
commit
2adf959d7d
2 changed files with 6 additions and 0 deletions
|
@ -193,6 +193,8 @@ extern host_callback default_callback;
|
|||
/* More standard syscalls. */
|
||||
#define CB_SYS_lstat 19
|
||||
#define CB_SYS_rename 20
|
||||
#define CB_SYS_truncate 21
|
||||
#define CB_SYS_ftruncate 22
|
||||
|
||||
/* Struct use to pass and return information necessary to perform a
|
||||
system call. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue