* callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
This commit is contained in:
parent
dad3ae73b3
commit
4931fc2b3a
|
@ -1,3 +1,7 @@
|
||||||
|
2004-12-15 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
|
||||||
|
|
||||||
2004-12-13 Hans-Peter Nilsson <hp@axis.com>
|
2004-12-13 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
* callback.h (struct host_callback_struct): New member lstat.
|
* callback.h (struct host_callback_struct): New member lstat.
|
||||||
|
|
|
@ -193,6 +193,8 @@ extern host_callback default_callback;
|
||||||
/* More standard syscalls. */
|
/* More standard syscalls. */
|
||||||
#define CB_SYS_lstat 19
|
#define CB_SYS_lstat 19
|
||||||
#define CB_SYS_rename 20
|
#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
|
/* Struct use to pass and return information necessary to perform a
|
||||||
system call. */
|
system call. */
|
||||||
|
|
Loading…
Reference in New Issue