mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 10:09:16 +08:00
2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
* callback.c (cb_is_stdin): Add. * syscall.c (cb_syscall): Test for stdin, not just fd 0. 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com> * callback.h (cb_is_stdin): Add prototype.
This commit is contained in:
@ -315,6 +315,9 @@ int cb_host_to_target_stat PARAMS ((host_callback *, const struct stat *, PTR));
|
||||
/* Translate a value to target endian. */
|
||||
void cb_store_target_endian PARAMS ((host_callback *, char *, int, long));
|
||||
|
||||
/* Test if the fd is stdin. */
|
||||
int cb_is_stdin PARAMS ((host_callback *, int));
|
||||
|
||||
/* Perform a system call. */
|
||||
CB_RC cb_syscall PARAMS ((host_callback *, CB_SYSCALL *));
|
||||
|
||||
|
Reference in New Issue
Block a user