mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-29 21:13:52 +08:00
* callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
This commit is contained in:
parent
deaac1f7e7
commit
2adf959d7d
@ -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
Block a user