Accept mips-sgi-irix output in a few ld tests
[deliverable/binutils-gdb.git] / gdb / posix-hdep.c
index 7911bc550556c0e0a062336117a42ee203f382a7..d0f467e1fcc1bf21c3a244d63ea0c7af0724be92 100644 (file)
@@ -30,3 +30,11 @@ gdb_select (int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
 {
   return select (n, readfds, writefds, exceptfds, timeout);
 }
+
+/* Host-dependent console fputs method.  POSIX platforms always return
+   zero, to use the default C 'fputs'.  */
+int
+gdb_console_fputs (const char *buf, FILE *f)
+{
+  return 0;
+}
This page took 0.026634 seconds and 4 git commands to generate.