2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
* callback.c (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add functions. * syscall.c (cb_syscall): Test for stdin/out/err, not just fd 0/1/2. 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com> * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes. 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com> * sim/cris/c/freopen2.c: Added testcase.
This commit is contained in:
parent
0f07c3b30f
commit
baa0b44938
@ -1,6 +1,6 @@
|
|||||||
2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
|
2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
|
||||||
|
|
||||||
* callback.h (cb_is_stdin): Add prototype.
|
* callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
|
||||||
|
|
||||||
2007-08-23 Joel Brobecker <brobecker@adacore.com>
|
2007-08-23 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
@ -315,8 +315,10 @@ int cb_host_to_target_stat PARAMS ((host_callback *, const struct stat *, PTR));
|
|||||||
/* Translate a value to target endian. */
|
/* Translate a value to target endian. */
|
||||||
void cb_store_target_endian PARAMS ((host_callback *, char *, int, long));
|
void cb_store_target_endian PARAMS ((host_callback *, char *, int, long));
|
||||||
|
|
||||||
/* Test if the fd is stdin. */
|
/* Tests for special fds. */
|
||||||
int cb_is_stdin PARAMS ((host_callback *, int));
|
int cb_is_stdin PARAMS ((host_callback *, int));
|
||||||
|
int cb_is_stdout PARAMS ((host_callback *, int));
|
||||||
|
int cb_is_stderr PARAMS ((host_callback *, int));
|
||||||
|
|
||||||
/* Perform a system call. */
|
/* Perform a system call. */
|
||||||
CB_RC cb_syscall PARAMS ((host_callback *, CB_SYSCALL *));
|
CB_RC cb_syscall PARAMS ((host_callback *, CB_SYSCALL *));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user