ld/
[deliverable/binutils-gdb.git] / include / gdb / callback.h
index f1e7d24b846c61c7889647986a5f4594b54a375e..5ae1d00c30aaccb838a47849a2df25eee3196769 100644 (file)
@@ -1,5 +1,5 @@
 /* Remote target system call callback support.
-   Copyright 1997, 2007 Free Software Foundation, Inc.
+   Copyright 1997, 2007, 2008 Free Software Foundation, Inc.
    Contributed by Cygnus Solutions.
 
    This file is part of GDB.
@@ -315,6 +315,11 @@ 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));
 
+/* Tests for special fds.  */
+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.  */
 CB_RC cb_syscall PARAMS ((host_callback *, CB_SYSCALL *));
 
This page took 0.023064 seconds and 4 git commands to generate.